Re: Serious non-native AJP connector issue

2007-06-14 Thread Bill Barker
"Jess Holle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Okay that's all starting to make some sense, but it hard to see how > someone would come to this understanding from the documentation. > > I also don't see how "|connectionTimeout" will help here in that the > documentation

svn commit: r547503 - /tomcat/connectors/trunk/jk/build.xml

2007-06-14 Thread billbarker
Author: billbarker Date: Thu Jun 14 20:01:36 2007 New Revision: 547503 URL: http://svn.apache.org/viewvc?view=rev&rev=547503 Log: re-include the experimental NIO/AJP connector in the build Modified: tomcat/connectors/trunk/jk/build.xml Modified: tomcat/connectors/trunk/jk/build.xml URL: htt

Re: Serious non-native AJP connector issue

2007-06-14 Thread Jess Holle
Okay that's all starting to make some sense, but it hard to see how someone would come to this understanding from the documentation. I also don't see how "|connectionTimeout" will help here in that the documentation says: | The number of milliseconds this *Connector* will wait, after ac

Re: Serious non-native AJP connector issue

2007-06-14 Thread Bill Barker
"Jess Holle" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > There's no intent to handle this case? Really? > > Tomcat should throw an "IllegalArgumentException" whenever 'acceptCount' > is set to anything other than 0 explaining this if this is the case! > > If so, this is very un

Re: Serious non-native AJP connector issue

2007-06-14 Thread Jess Holle
There's no intent to handle this case? Really? Tomcat should throw an "IllegalArgumentException" whenever 'acceptCount' is set to anything other than 0 explaining this if this is the case! If so, this is very unfortunate. We use "maxThreads" as a throttle to limit the concurrency at this le

DO NOT REPLY [Bug 41766] - apache-tomcat-5.5.20-src.tar.gz includes broken class files

2007-06-14 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: 5.5.24 candidate binaries

2007-06-14 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.24/ > will let these sit to mid next week, and then we can take a vote. > feedback between now and then is welcome at any time. One minor issue, the source zip (and I suspect the tarball) contains a number of

svn commit: r547465 - /tomcat/build/tc5.5.x/build.xml

2007-06-14 Thread markt
Author: markt Date: Thu Jun 14 17:33:05 2007 New Revision: 547465 URL: http://svn.apache.org/viewvc?view=rev&rev=547465 Log: Fix bug 41766. Don't include non-source dirs in source distro. Modified: tomcat/build/tc5.5.x/build.xml Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apach

DO NOT REPLY [Bug 42593] - Win32 Apache/jk/tomcat configuration causes 100% cpu usage

2007-06-14 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

DO NOT REPLY [Bug 42574] - clients blocked on a server

2007-06-14 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: Serious non-native AJP connector issue

2007-06-14 Thread Bill Barker
Yes, since you know in advance how many connections you are going to get to the AJP connector, you can configure it so that it has enough threads to handle all of those connections. That is why it doesn't attempt to handle the case when the concurrency goes above maxThreads. > -Original Me

Serious non-native AJP connector issue

2007-06-14 Thread Jess Holle
We're facing a /serious /issue with the non-native AJP connector. To put it most simply, some requests seem to "get lost" in Tomcat in various cases involving concurrent requests -- and not egregious numbers of concurrent requests, either. For instance, 1. Use a Tomcat 5.5.23 with a config

Re: Proposed simplification of CometEvent

2007-06-14 Thread Costin Manolache
On 6/14/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: Costin Manolache wrote: >> > >> > >> > Sounds better - but as Remy explained you would first need to explain >> > why blocking is needed in this context and how to deal with the >> confusion >> > of mixing blocking and non-blocking f

Re: Proposed simplification of CometEvent

2007-06-14 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: here we go, some examples http://people.apache.org/~fhanik/tomcat/aio.html#Example%20code%20snippets and the entire document has been updated to reflect most changes http://people.apache.org/~fhanik/tomcat/aio.html Here is an alternativ

Re: Proposed simplification of CometEvent

2007-06-14 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: > > > Sounds better - but as Remy explained you would first need to explain > why blocking is needed in this context and how to deal with the confusion > of mixing blocking and non-blocking for users, and the implementation > complexities it adds. trunk doesn't mix them. a

DO NOT REPLY [Bug 42662] - Classloader issue for replicated sessions and dynamic proxies

2007-06-14 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

DO NOT REPLY [Bug 42662] New: - Classloader issue for replicated sessions and dynamic proxies

2007-06-14 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: Proposed simplification of CometEvent

2007-06-14 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: here we go, some examples http://people.apache.org/~fhanik/tomcat/aio.html#Example%20code%20snippets and the entire document has been updated to reflect most changes http://people.apache.org/~fhanik/tomcat/aio.html Here is an alternative version of the examples