Skip to content

Commit 67259d5

Browse files
committed
Add a note about mongrel2+wsgid deployment stack
1 parent b6819bd commit 67259d5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/scenarios/web.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@ Nginx + gunicorn
4848
----------------
4949

5050

51+
Mongrel2 + wsgid
52+
----------------
53+
54+
Mongrel2 is an application, language, and network architecture agnostic web server. It uses a high performance queue (zeromq) to communicate
55+
with you applications, all asynchronously. There is a well defined protocol to be used between mongrel2 and a backend handler (your app).
56+
57+
Wsgid is a generic mongrel2 handler that speaks both mongrel2 protocol and WSGI. This makes it possible to run your python webapp written with any
58+
WSGI compliant framework. Wsgid has built-in Django support but has also a generic way to load your WSGI application object directly. It's possible
59+
to add support for other frameworks through wsgid's pluggable Apploading interface.
60+
61+
To know more about mongrel2 and wsgid go to: http://mongrel2.org and http://wsgid.com
62+
63+
There is also a tutorial about deploying Django using this stack: http://daltonmatos.wordpress.com/2011/11/06/deploying-your-django-application-with-mongrel2-and-wsgid/
64+
65+
5166
Hosting
5267
:::::::
5368

@@ -63,4 +78,4 @@ Twisted
6378
:::::::
6479

6580

66-
Node.js.
81+
Node.js.

0 commit comments

Comments
 (0)