DO NOT REPLY [Bug 43191] - compressableMimeType attribute ignored

2007-08-31 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

Re: Tomcat supporting PHP

2007-08-31 Thread Endre Stølsvik
Joe Nathan wrote: I am talking about in-built capability that people do NOT need to install heaps of cranky-installation software packages! I just came around to read this old thread, and I am surprised that no-one seems to know about Quercus from Caucho, the Resin guys: http://quercus.cauc

[VOTE] Release build 5.5.25

2007-08-31 Thread Filip Hanik - Dev Lists
Candidate binaries are available here: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.25/ According to the (slightly) updated release process, the 5.5.25 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ] Stable 5.5.24 didn't get released due to insufficient votes, so please take the time to g

Re: [VOTE] Release build 5.5.25

2007-08-31 Thread Yoav Shapira
Hey, On 8/31/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > According to the (slightly) updated release process, the 5.5.25 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [ X ] Stable Yoav - To unsubscribe, e-mail: [EMA

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

2007-08-31 Thread remm
Author: remm Date: Fri Aug 31 08:34:53 2007 New Revision: 571495 URL: http://svn.apache.org/viewvc?rev=571495&view=rev Log: - Small changelog update. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.or

Re: Tomcat supporting PHP

2007-08-31 Thread George MATKOVITS
Thank you for this post. I will definitely install it and use it with Drupal. PHP Drupal collapses under heavy loads. Nobody seems to know why! Someone asked me to try to up its web transaction rate. The problem is under heavy blogging load, with large number of users. It could be absolutely

svn commit: r571526 - /tomcat/tc6.0.x/trunk/bin/service.bat

2007-08-31 Thread remm
Author: remm Date: Fri Aug 31 10:17:29 2007 New Revision: 571526 URL: http://svn.apache.org/viewvc?rev=571526&view=rev Log: - Typo. Modified: tomcat/tc6.0.x/trunk/bin/service.bat Modified: tomcat/tc6.0.x/trunk/bin/service.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/servic

svn commit: r571562 - in /tomcat/trunk/java/org/apache: catalina/core/StandardThreadExecutor.java tomcat/util/net/NioEndpoint.java

2007-08-31 Thread fhanik
Author: fhanik Date: Fri Aug 31 13:24:38 2007 New Revision: 571562 URL: http://svn.apache.org/viewvc?rev=571562&view=rev Log: improve the executor, keep a count on active thread, as Executor.getActiveCount loops through all of them each time Modified: tomcat/trunk/java/org/apache/catalina/c

svn commit: r571578 - in /tomcat/trunk/java/org/apache: catalina/CometEvent.java catalina/connector/CometEventImpl.java catalina/connector/Request.java coyote/http11/Http11NioProcessor.java tomcat/uti

2007-08-31 Thread fhanik
Author: fhanik Date: Fri Aug 31 13:59:00 2007 New Revision: 571578 URL: http://svn.apache.org/viewvc?rev=571578&view=rev Log: Move back to original idea, use primitive int instead of enum, extremely inefficient using enums and arrays to hold them. Modified: tomcat/trunk/java/org/apache/cata

svn commit: r571588 - in /tomcat/trunk/java/org/apache/catalina/connector: CometEventImpl.java CoyoteAdapter.java

2007-08-31 Thread fhanik
Author: fhanik Date: Fri Aug 31 14:18:34 2007 New Revision: 571588 URL: http://svn.apache.org/viewvc?rev=571588&view=rev Log: don't create a comet event object until we are for certain that it is a comet URI Modified: tomcat/trunk/java/org/apache/catalina/connector/CometEventImpl.java to

svn commit: r571592 - in /tomcat/trunk/java/org/apache: catalina/connector/CometEventImpl.java catalina/connector/CoyoteAdapter.java coyote/http11/Http11NioProcessor.java

2007-08-31 Thread fhanik
Author: fhanik Date: Fri Aug 31 14:23:30 2007 New Revision: 571592 URL: http://svn.apache.org/viewvc?rev=571592&view=rev Log: use the request processor to see if we are doing the action during a call or not Modified: tomcat/trunk/java/org/apache/catalina/connector/CometEventImpl.java tomc

svn commit: r571602 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java Request.java

2007-08-31 Thread fhanik
Author: fhanik Date: Fri Aug 31 14:42:31 2007 New Revision: 571602 URL: http://svn.apache.org/viewvc?rev=571602&view=rev Log: Since comet event can be closed async, for example after we have exited the CoyoteAdapter.service method, but before the HTTP processor, the processor will recycle on its

Re: svn commit: r571175 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c xdocs/miscellaneous/changelog.xml

2007-08-31 Thread Jim Jagielski
On Aug 30, 2007, at 12:46 PM, Rainer Jung wrote: Jim Jagielski wrote: On Aug 30, 2007, at 11:45 AM, Mladen Turk wrote: Rainer Jung wrote: +/* Always do memcmp including the final \0-termination character. + */ switch (header[0]) { case 'A': -if (memcmp(p,

Re: svn commit: r571578 - in /tomcat/trunk/java/org/apache: catalina/CometEvent.java catalina/connector/CometEventImpl.java catalina/connector/Request.java coyote/http11/Http11NioProcessor.java tomcat

2007-08-31 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: fhanik Date: Fri Aug 31 13:59:00 2007 New Revision: 571578 URL: http://svn.apache.org/viewvc?rev=571578&view=rev Log: Move back to original idea, use primitive int instead of enum, extremely inefficient using enums and arrays to hold them. Good. Two of the big

[VOTE] Move trunk to sandbox

2007-08-31 Thread Remy Maucherat
Hi, Due to continuing independent development in trunk by Filip, I am calling for a second vote to move it to the sandbox, where Filip could continue developing his ideas in a non disruptive way. I think the whole thing has been debated pretty extensively in the previous vote. Following this

Re: svn commit: r571578 - in /tomcat/trunk/java/org/apache: catalina/CometEvent.java catalina/connector/CometEventImpl.java catalina/connector/Request.java coyote/http11/Http11NioProcessor.java tomcat

2007-08-31 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: fhanik Date: Fri Aug 31 13:59:00 2007 New Revision: 571578 URL: http://svn.apache.org/viewvc?rev=571578&view=rev Log: Move back to original idea, use primitive int instead of enum, extremely inefficient using enums and arrays to hold them.

Re: [VOTE] Move trunk to sandbox

2007-08-31 Thread Bill Barker
"Remy Maucherat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Due to continuing independent development in trunk by Filip, I am calling > for a second vote to move it to the sandbox, where Filip could continue > developing his ideas in a non disruptive way. I think the