Thread/Pool/Simple
==================

Thread::Pool::Simple provides a simple thread-pool implementaion
without external dependencies outside core modules.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DEPENDENCIES

This module requires Perl 5.8 (or above) with multi-thread support.

COPYRIGHT AND LICENCE

Copyright (C) 2007 Jianyuan Wu

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.