On 14/02/2015, at 6:16 PM, Paul Royik <[email protected]> wrote:

> Yes. It is mine (just from account of friend).
> 
> I was very glad, that it worked, but it worked only on localhost.
> It doesn't work on server.

But when you ran it locally, were you running it under mod_wsgi?

Some things using subprocesses don't always work well from within mod_wsgi and 
generally it isn't a good idea to be doing stuff involving forking further 
child processes from within a web application as it can interfere with the 
operation of the web server and possible leave zombie processes around as well.

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to