Menu

New threadpool module!

I'm pleased to announce the release of threadpool.py, released under the
GNU LGPL.

Threadpool.py can be obtained from:

http://sourceforge.net/projects/xoltar-toolkit/

and requires the functional.py module available from the same page, or
you can download the combined toolkit.

This module uses the threading and Queue modules to create a pool of
reusable threads.

Version 0.8 is a major rewrite of the version previously available from
my Python Starship page. It now supports a much cleaner interface,
thanks to functional.py.

Posted by Bryn Keller 2000-10-12

Log in to post a comment.