Metadata-Version: 1.1
Name: pooled-ProcessMixIn
Version: 0.0.1
Summary: A Pool of processes and threads Mix-in for socketserver.
Home-page: https://github.com/oleglpts/python-PooledProcessMixIn
Author: Oleg Lupats
Author-email: oleglupats@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: 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 :: 3
Classifier: Programming Language :: Python :: 3.5
