while since I've used Commons Pool, but I do remember finding some
limitations.

Does anybody else have recent experience with it?

I've used it recently and didn't like it very much for 2 reasons:

- it doesn't use any java.util.concurrent classes. For a code that meant
to be used concurrently that sucks.

- I didn't like the api very much (a bit to sophisticated for me). I
prefer basic BlockingQueue api (offer, poll).


I see that there is a snapshot for a "2.0" version.
Commons-pool 2.0 only depends at runtime on a Java 1.4 or better JVM.
This means no java.util.concurrent even for the future release.

_________________________________________________________________
Log på MSN Messenger direkte på nettet:  http://webmessenger.msn.com

Reply via email to