This post originated from an RSS feed registered with Python Buzz
by Ian Bicking.
Original Post: What PHP Deployment Gets Right
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
With the recent talk on the blogosphere about deployment (and for Django, and lots of other posts too), people are thinking about PHP a bit more analytically. I think people mostly get it wrong.
There are several different process models for the web:
CGI, where every request creates a new process, and the process handles only [...]