Are the concurrency updates in Java 7 (or 8) of any help here?

Gary


On Wed, Apr 2, 2014 at 5:58 PM, Phil Steitz <phil.ste...@gmail.com> wrote:

> It looks to me like v 2 pools are no longer fair in the sense of
> 1.5.x (modulo lucky threads getting to wait on creates).  I agree
> that the default should be no fairness constraint, but it might be
> good to make this configurable.  This looks doable with another
> small tweak to LinkedBlockingDeque.  Any objections to this?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to