Python Forum

Full Version: trying to figure out WSGI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i need to know how many processes there are and how they communicate with each other to evaluate scaling to many cloud instances.  i think i need to retry the django install steps in an AWS EC2 instance with the cloud edition of ubuntu.  i'd still like to have a copy running on my laptop.

as for wsgi itself, can i run a small wsgi app with just apache+mod_wsgi and whatever that app needs to import.  the fist test app i want to make is one that tells the requester her IP address.

fyi, i intend to use postgresql for my db for django because in the past i have found it's documentation gets to the point better and covers more details.  it's already installed.
Pages: 1 2