Hi Jon,
A simple example can be found here: http://jakarta.apache.org/commons/pool/examples.html
But you better look at the junit tests for a more complete example: http://cvs.apache.org/viewcvs.cgi/jakarta-commons/pool/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java?view=markup
You basically implement a PoolableObjectFactory and then create a pool with the paramaters you want.
-- Dirk
Jonathan Easterling wrote:
Hi, I've noticed that the example programs are no longer in either the src or the bin distrubtions. Could someone please point me to where they now live? Thanks, Jon
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
