DO NOT REPLY [Bug 44502] NIO connector under heavy load drops incoming requests

2008-03-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44502 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 44502] NIO connector under heavy load drops incoming requests

2008-03-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44502 --- Comment #5 from Emile Litvak <[EMAIL PROTECTED]> 2008-03-07 11:02:39 PST --- Running with maxKeepAliveRequests="1" and acceptorThreadCount="1" indeed made things more stable. We tried it for 10 minutes and it stayed up. Before it w

[Bug 44502] NIO connector under heavy load drops incoming requests

2008-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44502 --- Comment #4 from Filip Hanik <[EMAIL PROTECTED]> 2008-02-28 07:20:42 --- Can you set maxKeepAliveRequests="1" this is essentially what the regular HTTP connector does when it gets more connections than threads Filip -- Configure

[Bug 44502] NIO connector under heavy load drops incoming requests

2008-02-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44502 --- Comment #3 from Emile Litvak <[EMAIL PROTECTED]> 2008-02-27 16:25:15 --- Filip, I complitely understand that this is really hard to do anything about without a repro case. Unfortunately the repro is not possible. I believe it only h

[Bug 44502] NIO connector under heavy load drops incoming requests

2008-02-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44502 --- Comment #2 from Christophe Pierret <[EMAIL PROTECTED]> 2008-02-27 16:01:11 --- NIO connector relies on Java technology that had some bugs until very recent versions of JDK/JRE. We experienced similar behavior using NIO connector wi

[Bug 44502] NIO connector under heavy load drops incoming requests

2008-02-27 Thread bugzilla
http://issues.apache.org/bugzilla/show_bug.cgi?id=44502 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |NEEDINFO --- C