Re: Executor is implemented

2007-03-22 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: I took the liberty and added the element to server.xml today. It performs surprisingly well, I don't see why it would perform worse than your internal connector executor :) I tried to make the default implementation as basic as possible. Let me know if you ha

svn commit: r521246 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote: ajp/AjpAprProcessor.java http11/Http11AprProcessor.java

2007-03-22 Thread remm
Author: remm Date: Thu Mar 22 05:58:07 2007 New Revision: 521246 URL: http://svn.apache.org/viewvc?view=rev&rev=521246 Log: - Fix problem with blocking reads for keepalive when using an executor (the number of busy threads is always 0). Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/a

svn commit: r521257 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core: StandardService.java StandardThreadExecutor.java

2007-03-22 Thread remm
Author: remm Date: Thu Mar 22 06:29:30 2007 New Revision: 521257 URL: http://svn.apache.org/viewvc?view=rev&rev=521257 Log: - Expose executors in JMX (shouldn't hurt). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardService.java tomcat/tc6.0.x/trunk/java/org/apache/c

Re: Executor is implemented

2007-03-22 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I took the liberty and added the element to server.xml today. It performs surprisingly well, I don't see why it would perform worse than your internal connector executor :) I was comparing to the existing stack thread pool, :) I tried

svn commit: r521284 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2007-03-22 Thread fhanik
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/org/apache

Re: Executor is implemented

2007-03-22 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I took the liberty and added the element to server.xml today. It performs surprisingly well, I don't see why it would perform worse than your internal connector executor :) I was comparing to the existing

svn commit: r521342 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java

2007-03-22 Thread fhanik
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/tomcat/util

Re: Executor is implemented

2007-03-22 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I took the liberty and added the element to server.xml today. It performs surprisingly well, I don't see why it would perform worse than your internal connector executor :)

Re: Executor is implemented

2007-03-22 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Filip Hanik - Dev Lists wrote: Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: I took the liberty and added the element to server.xml today. It performs surprisingly well, I don't see why it would perform worse than your internal c

DO NOT REPLY [Bug 41749] - Tomcat with APR using SSL spins CPU at 100%

2007-03-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r521416 - in /tomcat/connectors/trunk/jk/native/common: jk_map.c jk_map.h

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:33:46 2007 New Revision: 521416 URL: http://svn.apache.org/viewvc?view=rev&rev=521416 Log: Added function to read a simple name=value property file without the syntax checks. Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c tomcat/connectors/t

svn commit: r521417 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:35:34 2007 New Revision: 521417 URL: http://svn.apache.org/viewvc?view=rev&rev=521417 Log: Fix windows logging. There is no need to add the extra \r, because windows by default adds them for any text files. Modified: tomcat/connectors/trunk/jk/native/common/

svn commit: r521419 - /tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:38:19 2007 New Revision: 521419 URL: http://svn.apache.org/viewvc?view=rev&rev=521419 Log: Fix regexp parsing and add error pages if extension fails instead sending empty page. Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c Modified: tomc

svn commit: r521420 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:40:11 2007 New Revision: 521420 URL: http://svn.apache.org/viewvc?view=rev&rev=521420 Log: Note about regexp rewrite rules. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/change

svn commit: r521424 - in /tomcat/connectors/trunk/jk/native/iis: Makefile.amd64 Makefile.ia64 Makefile.x86 isapi.dsp

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 12:52:51 2007 New Revision: 521424 URL: http://svn.apache.org/viewvc?view=rev&rev=521424 Log: Add /D "PCRE_STATIC" to build files Modified: tomcat/connectors/trunk/jk/native/iis/Makefile.amd64 tomcat/connectors/trunk/jk/native/iis/Makefile.ia64 tomcat/c

svn commit: r521431 - in /tomcat/connectors/trunk/jk/native/iis/installer: conf/rewrite.properties isapi-redirector-win32-msi.ism

2007-03-22 Thread mturk
Author: mturk Date: Thu Mar 22 13:08:37 2007 New Revision: 521431 URL: http://svn.apache.org/viewvc?view=rev&rev=521431 Log: Add sample rewrite.properties file to the installer. Added: tomcat/connectors/trunk/jk/native/iis/installer/conf/rewrite.properties (with props) Modified: tomca

DO NOT REPLY [Bug 41932] New: - Tomcat does not run as a service, but it does from the command line

2007-03-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r521487 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/http11/Http11NioProcessor.java coyote/http11/Http11NioProtocol.java tomcat/util/net/NioEndpoint.java

2007-03-22 Thread fhanik
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/tc6.0.x

DO NOT REPLY [Bug 41932] - Tomcat does not run as a service, but it does from the command line

2007-03-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r521493 - in /tomcat/tc6.0.x/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2007-03-22 Thread fhanik
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/trunk/weba

DO NOT REPLY [Bug 41864] - Wrong link on default home page

2007-03-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r521499 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-03-22 Thread fhanik
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/docs/cha

Re: svn commit: r521499 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-03-22 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: 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 To be honest, I don

svn commit: r521509 - in /tomcat/tc6.0.x/trunk/webapps/docs: aio.xml config/http.xml

2007-03-22 Thread fhanik
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 Modified: tomcat

Re: svn commit: r521499 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-03-22 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: 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.xm

svn commit: r521511 - in /tomcat/tc6.0.x/trunk: RELEASE-NOTES webapps/docs/changelog.xml

2007-03-22 Thread fhanik
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/trunk/R

DO NOT REPLY [Bug 41923] - Tomcat doesnt recognized client abort

2007-03-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r521527 - /tomcat/tc6.0.x/trunk/conf/server.xml

2007-03-22 Thread remm
Author: remm Date: Thu Mar 22 16:34:29 2007 New Revision: 521527 URL: http://svn.apache.org/viewvc?view=rev&rev=521527 Log: - Use fewer threads by default (it uses too much memory otherwise). Modified: tomcat/tc6.0.x/trunk/conf/server.xml Modified: tomcat/tc6.0.x/trunk/conf/server.xml URL:

DO NOT REPLY [Bug 41932] - Tomcat does not run as a service, but it does from the command line

2007-03-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu