Skip to main content

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

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page