Author: fhanik
Date: Tue Feb 6 08:10:51 2007
New Revision: 504190
URL: http://svn.apache.org/viewvc?view=rev&rev=504190
Log:
Tagging Tomcat version TOMCAT_5_5_21.
Added:
tomcat/site/tags/TOMCAT_5_5_21/
- copied from r504189, tomcat/site/t
Author: fhanik
Date: Tue Feb 13 09:47:21 2007
New Revision: 507117
URL: http://svn.apache.org/viewvc?view=rev&rev=507117
Log:
Add some options for handling URL chars, backport from TC 6.0.x
Modified:
tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/UDecoder.java
to
Author: fhanik
Date: Tue Feb 13 10:08:54 2007
New Revision: 507127
URL: http://svn.apache.org/viewvc?view=rev&rev=507127
Log:
Tagging Tomcat version TOMCAT_5_5_22.
Added:
tomcat/build/tags/tc5.5.x/TOMCAT_5_5_22/
- copied from r507126, tomcat/build/tc5
Author: fhanik
Date: Tue Feb 13 10:08:59 2007
New Revision: 507128
URL: http://svn.apache.org/viewvc?view=rev&rev=507128
Log:
Tagging Tomcat version TOMCAT_5_5_22.
Added:
tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_22/
- copied from r507127, tomcat/connectors/t
Author: fhanik
Date: Tue Feb 13 10:09:04 2007
New Revision: 507130
URL: http://svn.apache.org/viewvc?view=rev&rev=507130
Log:
Tagging Tomcat version TOMCAT_5_5_22.
Added:
tomcat/container/tags/tc5.5.x/TOMCAT_5_5_22/
- copied from r507129, tomcat/container/tc5
Author: fhanik
Date: Tue Feb 13 10:09:08 2007
New Revision: 507131
URL: http://svn.apache.org/viewvc?view=rev&rev=507131
Log:
Tagging Tomcat version TOMCAT_5_5_22.
Added:
tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_22/
- copied from r507130, tomcat/jasper/tc5
Author: fhanik
Date: Tue Feb 13 10:09:12 2007
New Revision: 507132
URL: http://svn.apache.org/viewvc?view=rev&rev=507132
Log:
Tagging Tomcat version TOMCAT_5_5_22.
Added:
tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_22/
- copied from r507131, tomcat/servletapi/servle
Author: fhanik
Date: Tue Feb 13 10:09:16 2007
New Revision: 507133
URL: http://svn.apache.org/viewvc?view=rev&rev=507133
Log:
Tagging Tomcat version TOMCAT_5_5_22.
Added:
tomcat/site/tags/TOMCAT_5_5_22/
- copied from r507132, tomcat/site/t
Author: fhanik
Date: Wed Feb 14 15:44:27 2007
New Revision: 507744
URL: http://svn.apache.org/viewvc?view=rev&rev=507744
Log:
Added in documentation specific to the NIO connector and a small connector
comparison chart
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util
Author: fhanik
Date: Wed Feb 14 17:18:54 2007
New Revision: 507767
URL: http://svn.apache.org/viewvc?view=rev&rev=507767
Log:
set APR to have unlimited poll set
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL:
Author: fhanik
Date: Tue Feb 20 15:59:05 2007
New Revision: 509820
URL: http://svn.apache.org/viewvc?view=rev&rev=509820
Log:
Fix (may not be complete yet) to the memory leak in the NIO connector.
The caches where holding references they aren't supposed to hold.
Added in the ability t
Author: fhanik
Date: Tue Feb 20 19:47:05 2007
New Revision: 509880
URL: http://svn.apache.org/viewvc?view=rev&rev=509880
Log:
added in notes to myself about blocking the poller thread, that should be
prohibited
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util
Author: fhanik
Date: Wed Feb 21 08:37:04 2007
New Revision: 510092
URL: http://svn.apache.org/viewvc?view=rev&rev=510092
Log:
Fixed latch behavior, still could be improved upon. In the next revision, I'll
probably have the blocking read/write selector to use its own thread so that it
Author: fhanik
Date: Wed Feb 21 08:52:22 2007
New Revision: 510098
URL: http://svn.apache.org/viewvc?view=rev&rev=510098
Log:
Accept doesn't need a worker thread, the operations are non blocking
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modifie
Author: fhanik
Date: Wed Feb 21 09:28:24 2007
New Revision: 510111
URL: http://svn.apache.org/viewvc?view=rev&rev=510111
Log:
Added in remainder of docs
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL:
Author: fhanik
Date: Thu Feb 22 12:11:50 2007
New Revision: 510639
URL: http://svn.apache.org/viewvc?view=rev&rev=510639
Log:
Add in configuration options to control the application buffers associated with
a NioChannel
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util
Author: fhanik
Date: Fri Feb 23 04:58:49 2007
New Revision: 510933
URL: http://svn.apache.org/viewvc?view=rev&rev=510933
Log:
When a read or write times out, make sure the key is deregistered with the
poller
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util
Author: fhanik
Date: Sun Feb 25 15:27:00 2007
New Revision: 511657
URL: http://svn.apache.org/viewvc?view=rev&rev=511657
Log:
More documentation, added acceptorThreadCount as a selection
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
tomcat/tc6.0.x/t
Author: fhanik
Date: Mon Feb 26 07:30:34 2007
New Revision: 511854
URL: http://svn.apache.org/viewvc?view=rev&rev=511854
Log:
properties are getting stuck in the attributes list, and not making it down to
the endpoint
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/ht
Author: fhanik
Date: Tue Feb 27 08:43:33 2007
New Revision: 512313
URL: http://svn.apache.org/viewvc?view=rev&rev=512313
Log:
Add and correct documentation
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SocketProperties.java
tomcat/tc6.0.x/trunk/webapps/docs/co
Author: fhanik
Date: Tue Feb 27 17:06:46 2007
New Revision: 512535
URL: http://svn.apache.org/viewvc?view=rev&rev=512535
Log:
Sized the app buffers more appropriately
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/SocketProperties.java
tomcat/tc6.0.x/trunk/webapps/
Author: fhanik
Date: Wed Feb 28 15:28:35 2007
New Revision: 513060
URL: http://svn.apache.org/viewvc?view=rev&rev=513060
Log:
By default dont use direct buffers, in a situation where a very large number of
connections, direct buffers are much slower
Modified:
tomcat/tc6.0.x/trunk/java
Author: fhanik
Date: Fri Mar 2 11:40:36 2007
New Revision: 513908
URL: http://svn.apache.org/viewvc?view=rev&rev=513908
Log:
Tagging Tomcat version TOMCAT_5_5_23.
Added:
tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/
- copied from r513907, tomcat/build/tc5
Author: fhanik
Date: Fri Mar 2 11:40:40 2007
New Revision: 513909
URL: http://svn.apache.org/viewvc?view=rev&rev=513909
Log:
Tagging Tomcat version TOMCAT_5_5_23.
Added:
tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_23/
- copied from r513908, tomcat/connectors/t
Author: fhanik
Date: Fri Mar 2 11:40:43 2007
New Revision: 513910
URL: http://svn.apache.org/viewvc?view=rev&rev=513910
Log:
Tagging Tomcat version TOMCAT_5_5_23.
Added:
tomcat/container/tags/tc5.5.x/TOMCAT_5_5_23/
- copied from r513909, tomcat/container/tc5
Author: fhanik
Date: Fri Mar 2 11:40:47 2007
New Revision: 513911
URL: http://svn.apache.org/viewvc?view=rev&rev=513911
Log:
Tagging Tomcat version TOMCAT_5_5_23.
Added:
tomcat/jasper/tags/tc5.5.x/TOMCAT_5_5_23/
- copied from r513910, tomcat/jasper/tc5
Author: fhanik
Date: Fri Mar 2 11:40:51 2007
New Revision: 513912
URL: http://svn.apache.org/viewvc?view=rev&rev=513912
Log:
Tagging Tomcat version TOMCAT_5_5_23.
Added:
tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/TOMCAT_5_5_23/
- copied from r513911, tomcat/servletapi/servle
Author: fhanik
Date: Fri Mar 2 11:40:54 2007
New Revision: 513913
URL: http://svn.apache.org/viewvc?view=rev&rev=513913
Log:
Tagging Tomcat version TOMCAT_5_5_23.
Added:
tomcat/site/tags/TOMCAT_5_5_23/
- copied from r513912, tomcat/site/t
Author: fhanik
Date: Thu Mar 8 13:17:22 2007
New Revision: 516177
URL: http://svn.apache.org/viewvc?view=rev&rev=516177
Log:
Updated download link to 5.5.23, will announce after mirror sync from
www.apache.org/dist/tomcat/tomcat-5/v5.5.23
At the same time as the announcement, the website
Author: fhanik
Date: Thu Mar 8 13:45:11 2007
New Revision: 516190
URL: http://svn.apache.org/viewvc?view=rev&rev=516190
Log:
just added some notes
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util
Author: fhanik
Date: Fri Mar 9 07:46:20 2007
New Revision: 516438
URL: http://svn.apache.org/viewvc?view=rev&rev=516438
Log:
Took care of JMX error upon startup, component still not working, but at least
its not spitting out ugly messages
Added:
tomcat/tc6.0.x/trunk/java/org/ap
Author: fhanik
Date: Fri Mar 9 08:45:15 2007
New Revision: 516457
URL: http://svn.apache.org/viewvc?view=rev&rev=516457
Log:
Added in the ASF main repository, need to figure out how to get .asc signatures
attached to the jars as they get deployed
Modified:
tomcat/tc6.0.x/trunk/res/m
Author: fhanik
Date: Fri Mar 9 15:38:29 2007
New Revision: 516602
URL: http://svn.apache.org/viewvc?view=rev&rev=516602
Log:
added fairness counter, using this counter, I will be able to make sure that
connections are treated evenly in my next revision of the NioEndpoint. No point
in ha
Author: fhanik
Date: Mon Mar 12 13:37:22 2007
New Revision: 517384
URL: http://svn.apache.org/viewvc?view=rev&rev=517384
Log:
Added in the skeleton for fairness logic, currently the tests for fairness are
coming out extremely fair, could it be that the Selector.selectedKeys() sorts
the
Author: fhanik
Date: Tue Mar 13 14:16:47 2007
New Revision: 517873
URL: http://svn.apache.org/viewvc?view=rev&rev=517873
Log:
cleaned up code a little bit, still haven't figured out a good fairness
algorithm
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndp
Author: fhanik
Date: Tue Mar 13 15:28:33 2007
New Revision: 517913
URL: http://svn.apache.org/viewvc?view=rev&rev=517913
Log:
Use a thread pool executor by default. This makes tomcat a little bit slower,
but it handles load distribution a lot better than the current thread pool
Modi
Author: fhanik
Date: Tue Mar 13 16:54:03 2007
New Revision: 517941
URL: http://svn.apache.org/viewvc?view=rev&rev=517941
Log:
Implement the use of a useful executor, this executor will increase threads
until it reaches max threads, then it starts queueing the connections. This
yields in
Author: fhanik
Date: Tue Mar 13 19:48:39 2007
New Revision: 517977
URL: http://svn.apache.org/viewvc?view=rev&rev=517977
Log:
Implemented the cache properly with its own attribute, removed one processor
that is not needed
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util
Author: fhanik
Date: Wed Mar 14 09:29:59 2007
New Revision: 518208
URL: http://svn.apache.org/viewvc?view=rev&rev=518208
Log:
Signing is for .zip and .tar.gz only
Modified:
tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat
Modified: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat
URL:
Author: fhanik
Date: Wed Mar 14 09:30:34 2007
New Revision: 518210
URL: http://svn.apache.org/viewvc?view=rev&rev=518210
Log:
mail.jar and activation.jar are required for a full release. Not optional like
before.
This is a fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=40668
Modi
Author: fhanik
Date: Fri Mar 16 08:31:02 2007
New Revision: 519009
URL: http://svn.apache.org/viewvc?view=rev&rev=519009
Log:
Creating a 4.1.x branch for connectors, we have 4.1.x branches for the other
trees, so this will make life easier to work with the 4.1 stuff
Added:
tomcat/connec
Author: fhanik
Date: Fri Mar 16 09:15:45 2007
New Revision: 519036
URL: http://svn.apache.org/viewvc?view=rev&rev=519036
Log:
Add some options for handling URL chars, backport from TC 6.0.x
Modified:
tomcat/connectors/branches/tc4.1.x/coyote/src/java/org/apache/coyote/tom
Author: fhanik
Date: Fri Mar 16 09:37:37 2007
New Revision: 519053
URL: http://svn.apache.org/viewvc?view=rev&rev=519053
Log:
Add some options for handling URL chars, backport from TC 6.0.x
Modified:
tomcat/connectors/branches/tc5.0.x/util/java/org/apache/tomcat/util/buf/UDecoder.
Author: fhanik
Date: Fri Mar 16 09:37:49 2007
New Revision: 519054
URL: http://svn.apache.org/viewvc?view=rev&rev=519054
Log:
Add some options for handling URL chars, backport from TC 6.0.x
Modified:
tomcat/container/branches/tc5.0.x/catalina/src/share/org/apache/coyote/tom
Author: fhanik
Date: Fri Mar 16 12:48:21 2007
New Revision: 519111
URL: http://svn.apache.org/viewvc?view=rev&rev=519111
Log:
Being able to balance thread priorities for all kinds of threads
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
tomcat/t
Author: fhanik
Date: Fri Mar 16 12:56:05 2007
New Revision: 519115
URL: http://svn.apache.org/viewvc?view=rev&rev=519115
Log:
minor tweaks
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util
Author: fhanik
Date: Fri Mar 16 15:38:19 2007
New Revision: 519168
URL: http://svn.apache.org/viewvc?view=rev&rev=519168
Log:
fixed minor bug introduced recently
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/trunk/java/org/ap
Author: fhanik
Date: Sat Mar 17 18:59:31 2007
New Revision: 519518
URL: http://svn.apache.org/viewvc?view=rev&rev=519518
Log:
added note about timeouts
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/aio.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml
URL:
http://svn.apache.org/vi
Author: fhanik
Date: Mon Mar 19 15:42:30 2007
New Revision: 520146
URL: http://svn.apache.org/viewvc?view=rev&rev=520146
Log:
forgot to document the other way to set the individual timeout
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/aio.xml
Modified: tomcat/tc6.0.x/trunk/webapps/
Author: fhanik
Date: Mon Mar 19 16:35:09 2007
New Revision: 520175
URL: http://svn.apache.org/viewvc?view=rev&rev=520175
Log:
Added in support for calling CometEvent.END although the container itself
doesn't support it yet.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat
Author: fhanik
Date: Mon Mar 19 16:35:42 2007
New Revision: 520176
URL: http://svn.apache.org/viewvc?view=rev&rev=520176
Log:
Make sure the connection always closes, no matter what
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/t
Author: fhanik
Date: Tue Mar 20 18:34:07 2007
New Revision: 520693
URL: http://svn.apache.org/viewvc?view=rev&rev=520693
Log:
don't give the selector infinite time to shutdown
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/t
Author: fhanik
Date: Wed Mar 21 11:00:39 2007
New Revision: 520968
URL: http://svn.apache.org/viewvc?view=rev&rev=520968
Log:
Added in the Executor skeleton. the executor gets created in the service, so
that the connectors can reference it.
Feel free to hack away on improvements or yell at m
Author: fhanik
Date: Wed Mar 21 18:00:01 2007
New Revision: 521062
URL: http://svn.apache.org/viewvc?view=rev&rev=521062
Log:
Documented the Executor element
Added:
tomcat/tc6.0.x/trunk/webapps/docs/config/executor.xml
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
to
Author: fhanik
Date: Wed Mar 21 18:21:25 2007
New Revision: 521068
URL: http://svn.apache.org/viewvc?view=rev&rev=521068
Log:
Make sure that we don't need to use any locks or synchronized statements to get
our executor to work properly.
If the task gets executed, means that the thread
Author: fhanik
Date: Wed Mar 21 19:20:42 2007
New Revision: 521085
URL: http://svn.apache.org/viewvc?view=rev&rev=521085
Log:
small comment added
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java
Modified:
tomcat/tc6.0.x/trunk/java/org/ap
Author: fhanik
Date: Thu Mar 22 07:22:00 2007
New Revision: 521284
URL: http://svn.apache.org/viewvc?view=rev&rev=521284
Log:
same fix as for APR, always try to do a non blocking read for the 2nd request,
busy threads return 0 with the executor
Modified:
tomcat/tc6.0.x/trunk/java
Author: fhanik
Date: Thu Mar 22 09:54:26 2007
New Revision: 521342
URL: http://svn.apache.org/viewvc?view=rev&rev=521342
Log:
Fix NPE when using Executor
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java
Modified: tomcat/tc6.0.x/trunk/java/org/apache/to
Author: fhanik
Date: Thu Mar 22 14:52:25 2007
New Revision: 521487
URL: http://svn.apache.org/viewvc?view=rev&rev=521487
Log:
Added in sendfile support for the NIO connector
Currently the sending is done on the poller thread, could dispatch to the
thread pool as well
Modified:
tomcat/t
Author: fhanik
Date: Thu Mar 22 15:05:22 2007
New Revision: 521493
URL: http://svn.apache.org/viewvc?view=rev&rev=521493
Log:
Catch io exceptions and hide them unless debug is enabled
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
tomcat/tc6.0.x/t
Author: fhanik
Date: Thu Mar 22 15:17:58 2007
New Revision: 521499
URL: http://svn.apache.org/viewvc?view=rev&rev=521499
Log:
added in some useful release notes for users to be aware of.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/
Author: fhanik
Date: Thu Mar 22 15:33:16 2007
New Revision: 521509
URL: http://svn.apache.org/viewvc?view=rev&rev=521509
Log:
documented the useSendfile behavior for NIO
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/aio.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
Modi
Author: fhanik
Date: Thu Mar 22 15:38:04 2007
New Revision: 521511
URL: http://svn.apache.org/viewvc?view=rev&rev=521511
Log:
moved bug notes to the release notes
Modified:
tomcat/tc6.0.x/trunk/RELEASE-NOTES
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/t
Author: fhanik
Date: Fri Mar 23 07:26:11 2007
New Revision: 521737
URL: http://svn.apache.org/viewvc?view=rev&rev=521737
Log:
sign exe's of course
Modified:
tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat
Modified: tomcat/build/tags/tc5.5.x/TOMCAT_5_5_23/sign.bat
U
Author: fhanik
Date: Fri Mar 23 08:28:39 2007
New Revision: 521765
URL: http://svn.apache.org/viewvc?view=rev&rev=521765
Log:
Optimized sendfile a tiny bit. Instead of handing off to the poller, since we
are already on a thread then try it first on, and if we are not done, then
simply regi
Author: fhanik
Date: Fri Mar 23 09:05:46 2007
New Revision: 521784
URL: http://svn.apache.org/viewvc?view=rev&rev=521784
Log:
big oopsie, forgot to do SSL for executor/socketprocessor
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6
Author: fhanik
Date: Fri Mar 23 09:12:09 2007
New Revision: 521787
URL: http://svn.apache.org/viewvc?view=rev&rev=521787
Log:
choke the log statement, not needed
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/trunk/java/org/ap
Author: fhanik
Date: Fri Mar 23 09:19:47 2007
New Revision: 521790
URL: http://svn.apache.org/viewvc?view=rev&rev=521790
Log:
better error handling
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/
Author: fhanik
Date: Sun Mar 25 10:19:39 2007
New Revision: 522303
URL: http://svn.apache.org/viewvc?view=rev&rev=522303
Log:
Implemented a one time parachute for java heap oom. Should give the system
enough room to properly report the error and clear the caches. everything else
will be u
Author: fhanik
Date: Sun Mar 25 10:46:37 2007
New Revision: 522314
URL: http://svn.apache.org/viewvc?view=rev&rev=522314
Log:
Backport for manager name from Tomcat 6 to Tomcat 5.5
Modified:
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster
Author: fhanik
Date: Mon Mar 26 15:24:32 2007
New Revision: 522651
URL: http://svn.apache.org/viewvc?view=rev&rev=522651
Log:
never return null
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/membership/McastService.java
Modified:
tomcat/tc6.0.x/trunk/java/org/ap
Author: fhanik
Date: Mon Mar 26 21:44:06 2007
New Revision: 522745
URL: http://svn.apache.org/viewvc?view=rev&rev=522745
Log:
fixes for
http://issues.apache.org/bugzilla/show_bug.cgi?id=41166
although there is still work to be done, need to separate Tomcat attributes vs.
application attrib
Author: fhanik
Date: Mon Mar 26 23:45:41 2007
New Revision: 522773
URL: http://svn.apache.org/viewvc?view=rev&rev=522773
Log: (empty)
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java
tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/t
Author: fhanik
Date: Mon Mar 26 23:48:01 2007
New Revision: 522774
URL: http://svn.apache.org/viewvc?view=rev&rev=522774
Log:
don't log io exception if the connector is not running
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java
tomcat/tc6.0.x/t
Author: fhanik
Date: Mon Mar 26 23:52:10 2007
New Revision: 522786
URL: http://svn.apache.org/viewvc?view=rev&rev=522786
Log:
fix 41682
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modi
Author: fhanik
Date: Mon Mar 26 23:58:27 2007
New Revision: 522792
URL: http://svn.apache.org/viewvc?view=rev&rev=522792
Log:
Fixed 41703
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/authenticator/SingleSignOnMessage.java
tomcat/tc6.0.x/trunk/webapps/docs/changelog
Author: fhanik
Date: Tue Mar 27 00:10:29 2007
New Revision: 522797
URL: http://svn.apache.org/viewvc?view=rev&rev=522797
Log:
fix 41786
Modified:
tomcat/tc6.0.x/trunk/bin/catalina.bat
tomcat/tc6.0.x/trunk/bin/catalina.sh
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modi
Author: fhanik
Date: Tue Mar 27 18:36:22 2007
New Revision: 523135
URL: http://svn.apache.org/viewvc?view=rev&rev=523135
Log:
Enhancement request-bugzilla
http://issues.apache.org/bugzilla/show_bug.cgi?id=41128
Ability to track execution thread in the RequestInfo object for management
purp
Author: fhanik
Date: Sun Apr 8 10:02:12 2007
New Revision: 526576
URL: http://svn.apache.org/viewvc?view=rev&rev=526576
Log:
Forward port from 5.5, expose what thread is currently executing a request to
JMX
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/conne
Author: fhanik
Date: Sun Apr 8 10:03:21 2007
New Revision: 526577
URL: http://svn.apache.org/viewvc?view=rev&rev=526577
Log:
Start preparing for non blocking writes, the underlying code has to have the
ability if there is ever gonna be a need
fix NPE
Modified:
tomcat/tc6.0.x/trunk/java
Author: fhanik
Date: Wed Apr 11 08:03:10 2007
New Revision: 527512
URL: http://svn.apache.org/viewvc?view=rev&rev=527512
Log:
big oopsie, I know, right after the tag got created
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/t
Author: fhanik
Date: Thu Apr 12 07:53:06 2007
New Revision: 527964
URL: http://svn.apache.org/viewvc?view=rev&rev=527964
Log:
Don't unmark the object as a comet, if we do, it will not call the cleanup for
it
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyo
Author: fhanik
Date: Thu Apr 12 19:28:01 2007
New Revision: 528323
URL: http://svn.apache.org/viewvc?view=rev&rev=528323
Log:
Fix the handling of the Http11NioProcessors when the thread pool can be
shrinking and growing.
So we are not associating the processor with a thread local, instead g
Author: fhanik
Date: Thu Apr 12 20:22:29 2007
New Revision: 528341
URL: http://svn.apache.org/viewvc?view=rev&rev=528341
Log:
Updated with some useful info
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/aio.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml
URL:
http://svn.apache
Author: fhanik
Date: Thu Apr 12 21:19:09 2007
New Revision: 528347
URL: http://svn.apache.org/viewvc?view=rev&rev=528347
Log:
Since we can keep alive a HTTP connection, even after we have stopped using it
as a comet, then we need to go back to the original timeout
Modified:
tomcat/tc6
Author: fhanik
Date: Fri Apr 13 08:32:19 2007
New Revision: 528524
URL: http://svn.apache.org/viewvc?view=rev&rev=528524
Log:
This write has to be synchronized since comet can write to the buffer and cause
a buffer overflow if more than one thread is writing
Modified:
tomcat/tc6.0.x/t
Author: fhanik
Date: Fri Apr 13 08:33:44 2007
New Revision: 528526
URL: http://svn.apache.org/viewvc?view=rev&rev=528526
Log:
if the flush is not guaranteed, then try again
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java
Modified:
tomcat/tc6
Author: fhanik
Date: Fri Apr 13 08:39:44 2007
New Revision: 528528
URL: http://svn.apache.org/viewvc?view=rev&rev=528528
Log:
Prevent NPE on a key that was cancelled by the poller
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/t
Author: fhanik
Date: Fri Apr 13 09:51:54 2007
New Revision: 528551
URL: http://svn.apache.org/viewvc?view=rev&rev=528551
Log:
prevent a timeout when a servlet write is issued, but not flushed
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/InternalNioOutputBuffer.java
Modi
Author: fhanik
Date: Fri Apr 13 11:08:43 2007
New Revision: 528570
URL: http://svn.apache.org/viewvc?view=rev&rev=528570
Log:
Use the remaining for the byte buffer as the capacity is the total capacity and
not the limit
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/ht
Author: fhanik
Date: Fri Apr 13 12:05:01 2007
New Revision: 528594
URL: http://svn.apache.org/viewvc?view=rev&rev=528594
Log:
consolidate usage between executor runnables and worker threads
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: to
Author: fhanik
Date: Fri Apr 13 12:16:08 2007
New Revision: 528605
URL: http://svn.apache.org/viewvc?view=rev&rev=528605
Log:
remove redundant calls, easier to track usage
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
Modified: tomcat/tc6.0.x/trunk/java
Author: fhanik
Date: Fri Apr 13 16:26:07 2007
New Revision: 528702
URL: http://svn.apache.org/viewvc?view=rev&rev=528702
Log:
Added a TCP ping for membership, to be used with static memberships and with
the TCP failure detector
Added:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/tr
Author: fhanik
Date: Fri Apr 13 18:41:35 2007
New Revision: 528735
URL: http://svn.apache.org/viewvc?view=rev&rev=528735
Log:
Smarter executor, only create threads if no threads are available
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardThreadExecutor.java
to
Author: fhanik
Date: Fri Apr 13 19:48:45 2007
New Revision: 528744
URL: http://svn.apache.org/viewvc?view=rev&rev=528744
Log:
Minor optimizations
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util
Author: fhanik
Date: Fri Apr 13 20:45:41 2007
New Revision: 528751
URL: http://svn.apache.org/viewvc?view=rev&rev=528751
Log:
minor optimization, go directly to the poller, chances of another request being
present at that very time is very slim
Modified:
tomcat/tc6.0.x/trunk/java/org/ap
Author: fhanik
Date: Sat Apr 14 07:39:22 2007
New Revision: 528816
URL: http://svn.apache.org/viewvc?view=rev&rev=528816
Log:
apply the right exit condition
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified:
tomcat/tc6.0.x/trunk/java/org/ap
Author: fhanik
Date: Sat Apr 14 08:02:02 2007
New Revision: 528818
URL: http://svn.apache.org/viewvc?view=rev&rev=528818
Log:
consolidate methods into one
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
tomcat/tc6.0.x/trunk/java/org/apache/tomcat/
Author: fhanik
Date: Sat Apr 14 08:02:21 2007
New Revision: 528819
URL: http://svn.apache.org/viewvc?view=rev&rev=528819
Log:
oops, didn't mean to make that into the prev commit
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified:
tomca
Author: fhanik
Date: Sat Apr 14 09:31:45 2007
New Revision: 528832
URL: http://svn.apache.org/viewvc?view=rev&rev=528832
Log:
Revert to revision 528735, something is broken and I'm losing my mind
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
701 - 800 of 2087 matches
Mail list logo