Skip to main content

Run WSGI applications with PasteDeploy and gevent.

Project description

PasteGevent3
===========

Python 3 compatible fork of PasteGevent by Andrey Popp.


With pastegevent package you can run your WSGI applications with gevent's high
performace HTTP server.

Just use *egg:pastegevent#gevent* spec in use directive of your server configuration section:

[server:main]
use = egg:pastegevent#gevent

If you need to pastegevent to monkey patch stdlib modules for your, use
*egg:pastegevent#gevent_patched*. This will monkey patch all, except DNS
subsystem:

[server:main]
use = egg:pastegevent#gevent_patched

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pastegevent3-0.1.1.tar.gz (1.9 kB view hashes)

Uploaded Source

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