This page provides a starting point for finding information
about object pools.
Object pools provide an effective means of improving application
performance at run time, by supporting the reuse of multiple instances
of objects.
Subtopics:
Using object pools
An object pool helps an application avoid creating new
Java objects repeatedly. Most objects can be created once, used and
then reused. An object pool supports the pooling of objects waiting
to be reused.
Last updated: April 18, 2014 05:01 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=welc6tech_objp_adm File name: welc6tech_objp_adm.html