java - Is GenericObjectPool<T> from commons.apache.org thread safe? -
is commons.apache.org.genericobjectpool<t>
thread-safe ? interested in borrowobject()
, returnobject()
operations.
after doing internet search , personal tests confirm answer indeed genericobjectpool thread safe.
Comments
Post a Comment