Re: does python have a generic object pool like commons-pool in Java

2009-07-15 Thread Rick Lawson
On Jul 15, 4:53 am, Jonathan Gardner wrote: > On Jul 14, 6:34 pm, Rick Lawson wrote: > > > Appreciate any help on this. I am porting an app from Java to python > > and need generic object pooling with hooks for object initialization / > > cleanup and be able to specify an

does python have a generic object pool like commons-pool in Java

2009-07-14 Thread Rick Lawson
Appreciate any help on this. I am porting an app from Java to python and need generic object pooling with hooks for object initialization / cleanup and be able to specify an object timeout. Thanks ! Rick -- http://mail.python.org/mailman/listinfo/python-list