On 01/07/2016 05:55 PM, Mike Bayer wrote:

but also even if you're under something like
mod_wsgi, you can spawn a child process or worker thread regardless.
You always have a Python interpreter running and all the things it can do.

Actually you can't, reliably. Or, more precisely, you really shouldn't. Most web servers out there expect to do their own process/thread management and get really embarrassed if you do something like this,
resulting in weird stuff happening.

--
Radomir Dopieralski

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to