A Pool of processes and threads Mix-in for socketserver
Project 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
This mixin can be used to run WSGI web-applications as in the demos. Copyright © 2012, Muayyad Alsadi <alsadi@gmail.org> Released under the same terms as of Python http://docs.python.org/license.html