You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Tauzell, Dave" <Da...@RxHub.net> on 2003/03/07 17:53:11 UTC

[Pool] Thread safety

I saw this on the archives, but there wasn't a reply.  Is it safe to
have multiple threads borrowing and returning objects?  Or should I
always synchronize those calls. My gut feel is that since you can have a
thread checking for idle connections that their must be some build in
thread safety, but I'm not sure.
 
-Dave