Export to GitHub

adbcj - issue #2
Look at feasibility of using ConcurrentLinkedQueue in AbstractSessionRequestQueue
Posted on Jan 23, 2008 by
Happy Rabbit
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.
Comment #1
Posted on Feb 25, 2008 by Happy Rabbit(No comment was entered for this change.)
Comment #2
Posted on Feb 26, 2008 by Happy Rabbit(No comment was entered for this change.)
Comment #3
Posted on Mar 11, 2008 by Happy RabbitWe're using ConcurrentLinkedQueue because it is not susceptible to ConcurrentModifcationExceptions.
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium
Schedule-0.2