I use webfaction's shared hosting services for my python/php apps. There is one thing I don't understand.
Every time, I install a new PHP app, no new processes are created. But installing a new Python app creates at least 3 new processes on the server.
Why does each Python app require several processes whereas PHP apps don't?
EDIT: The python apps run with WSGI on Apache.