anujbahuguna / adbcj

Async Jdbc
0 stars 0 forks source link

Look at feasibility of using ConcurrentLinkedQueue in AbstractSessionRequestQueue #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Look into using java.util.concurrent.ConcurrentLinkedQueue in
org.safehaus.adbcj.support.AbstractSessionRequestQueue to see if it would
be feasible and measure whether it would improve performance.

Original issue reported on code.google.com by elc...@gmail.com on 23 Jan 2008 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by elc...@gmail.com on 25 Feb 2008 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by elc...@gmail.com on 26 Feb 2008 at 11:46

GoogleCodeExporter commented 9 years ago
We're using ConcurrentLinkedQueue because it is not susceptible to
ConcurrentModifcationExceptions.

Original comment by elc...@gmail.com on 11 Mar 2008 at 11:24