https://issues.apache.org/bugzilla/show_bug.cgi?id=43790

--- Comment #5 from Mark Thomas <ma...@apache.org> 2011-06-21 00:28:33 UTC ---
Created attachment 27184
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27184
Patche based on LinkedBlockingQueue

While switching to LinkedBlockingQueue allows concurrent get and reuse, that
appears to be balanced by the additional complexity over the current
implementation.

Testing with JMeter showed no measurable performance benefit of the current
implementation over the patch. I have attached the patch for future reference.

I would like to see a test case that demonstrates a clear performance benefit
before applying this or any other patch.

-- 
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

Reply via email to