Differences between revisions 52 and 53
Revision 52 as of 2008-05-21 17:13:52
Size: 4820
Editor: n00
Comment:
Revision 53 as of 2008-05-21 17:16:26
Size: 4958
Editor: n00
Comment:
Deletions are marked like this. Additions are marked like this.
Line 50: Line 50:
 * [http://wiki.secondlife.com/wiki/Eventlet/Documentation#Using_eventlet.wsgi Eventlet] - can also run inside of the nginx Web server using the mod_wsgi package for nginx ... by far the best performance for serving HTTP  * [http://wiki.secondlife.com/wiki/Eventlet/Documentation#Using_eventlet.wsgi Eventlet] - allows for the implementation of massively concurrent servers which would require prohibitive amounts of memory under a traditional preemptive multi-threading or multi-process model ... can also run inside of the nginx Web server using the mod_wsgi package for nginx

Implementations of the Web Server Gateway Interface

Note: many of these implementations may be partial/incomplete or noncompliant as of the current draft spec. If you can't get the code samples in the spec to work with one of these implementations, there's a good chance that the implementation is broken: contact the implementation's author.

See [http://www.python.org/peps/pep-0333.html PEP 333] for more information on WSGI.

Web Server implementations

Web Framework implementations

WSGIImplementations (last edited 2011-01-18 16:31:13 by 89-105-112-41)

Unable to edit the page? See the FrontPage for instructions.