[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Konstantin Kolinko changed: What|Removed |Added Hardware|All |PC Version|7.0.47

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Robert Hardin changed: What|Removed |Added CC||roberthar...@hotmail.com -- You a

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #10 from Robert Hardin --- Thank you Filip. I'll give it a try. Would I continue to use the maxThreads parameter to throttle traffic (to prevent client requests from burning up my JVM)? If not, how would I go about configuring

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #9 from Filip Hanik --- A work around for you should be using the NIO connector, as it doesn't use threads in between keep alives, and don't set any max connections

[Bug 53173] maxConnections feature hangs the system

2013-11-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Robert Hardin changed: What|Removed |Added Hardware|PC |All Version|7.0.27

[Bug 53173] maxConnections feature hangs the system

2012-09-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #7 from brauckm...@dfn-cert.de --- Thanks for explaining. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 53173] maxConnections feature hangs the system

2012-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #6 from Konstantin Kolinko --- (In reply to comment #5) > Hi Filip. > > Is it possible that this bugfix did not completely solve the problem? > > When doing a load test I encountered a stuck tomcat 7.0.29 with all threads > in

[Bug 53173] maxConnections feature hangs the system

2012-08-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #5 from brauckm...@dfn-cert.de --- Hi Filip. Is it possible that this bugfix did not completely solve the problem? When doing a load test I encountered a stuck tomcat 7.0.29 with all threads in socketRead0 and no thread handlin

[Bug 53173] maxConnections feature hangs the system

2012-05-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #4 from Filip Hanik --- Just for documentation purposes, found the root cause of this problem, and it all makes sense now http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?r1=112

[Bug 53173] maxConnections feature hangs the system

2012-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Filip Hanik changed: What|Removed |Added CC||parker.p@gmail.com --- Comment #

[Bug 53173] maxConnections feature hangs the system

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 --- Comment #2 from Filip Hanik --- Adding documentation to track cases where this can happen May 2, 2012 3:04:03 AM org.apache.tomcat.util.net.NioEndpoint$Acceptor run SEVERE: Socket accept failed java.io.IOException: Too many open files

[Bug 53173] maxConnections feature hangs the system

2012-05-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53173 Filip Hanik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---