Skip to content

grnet/objpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8f9098 · Nov 20, 2014

History

58 Commits
Apr 3, 2013
Oct 13, 2014
Feb 11, 2013
Nov 20, 2014
Feb 11, 2013
Mar 28, 2014
Dec 4, 2012
Mar 28, 2014
Feb 11, 2013
Feb 18, 2013
Jun 4, 2013
Oct 14, 2014

Repository files navigation

=======
objpool
=======

objpool provides a generic library for pooling resources as objects. As an
example, it includes a pool for httplib HTTP connections, but it is generalized
and expects you to extend it to create your own pooled objects.

Usage::

To see how to create your own pooled types of objects, see the example
implementation at objpool/http.py