https://issues.apache.org/bugzilla/show_bug.cgi?id=51198
Filip Hanik <fha...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Filip Hanik <fha...@apache.org> 2012-03-20 13:52:41 UTC --- (In reply to comment #1) > Hello, > Is there something wrong in the patch ? > I have been doing very High load tests during all the week and all seems OK. > > Regards > Philippe This was fixed in another commit by simply doing if (pool.size()>0) { con = pool.poll(1000, TimeUnit.MILLISECONDS); } else { break; } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org