On Mon, 12 Apr 2010 05:37:54 -0700 (PDT), Luis M. González
<luis...@gmail.com> wrote:
>You should first investigate the different python web frameworks,
>choose one and then use the deployment options supported by your
>choice. These frameworks support several ways to deploy your apps,
>such as those you mentioned.

Thanks for the feedback. I wanted to have the big picture of the
different ways to write web applications in Python before checking the
different solutions.

So it looks like, unlike PHP, the prefered solution in Python is to
build a complete application as a long-running process, and either use
its embedded web server or configure a stand-alone web server to act
as reverse proxy using either FastCGI or WSGI to connect the two.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to