I've been using commons pool a lot for the last years and found that
with "infinite" objects it works perfectly (so a pool factory that keeps
generating new objects, the effective maximum is managed by the pool).
However with a limited pool it does not work (for example 3 named
services, which might be the case when using SOAP): I've posted examples
here that show that the current implementation goes into an infinite
loop, but I don't know if that was fixed by now. This however forced me
to write an alternative implementation based on the same interfaces.
Tom
Barrie Selack wrote:
I was looking at Commons Pool for some SOAP/HTTP connection objects. Is
anyone using Pool/ Any hint/tips/warnings etc?
Regards,
barrie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]