Skip to content
forked from grnet/objpool

A Python library for object pools

License

Notifications You must be signed in to change notification settings

chroussakis/objpool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A Python library for object pools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%