When deploying python, what web server options do we have? is the process inefficient at all?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-05-04T16:16:53Z
Indexed on
2010/05/04
16:28 UTC
Read the original article
Hit count: 192
python
|web-server
I think in the past python scripts would run off CGI, which would create a new thread for each process.
I am a newbie so I'm not really sure, what options do we have?
Is the web server pipeline that python works under any more/less effecient than say php?
© Stack Overflow or respective owner