Metadata-Version: 1.0
Name: PooledProcessMixIn
Version: 0.0.2
Summary: A Pool of processes and threads Mix-in for socketserver.
Home-page: https://github.com/muayyad-alsadi/python-PooledProcessMixIn
Author: Muayyad Saleh Alsadi
Author-email: alsadi@gmail.com
License: PSFL
Description: 
        A pure-python module that provides asynchronous mix-in
        similar to standard ThreadingMixIn and ForkingMixIn
        but provides better performance by utilizing a pool
        of processes forked at initialization time
        each process allocate a pool of given number of threads
        
        Copyright © 2012, Muayyad Alsadi <alsadi@gmail.org>
        Released under the same terms as of Python 
        http://docs.python.org/license.html
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
