On 20 November 2013 18:51, Mike Dewhirst <[email protected]> wrote:

> If you are running on the dev server, I believe it is only capable of
> dealing with one request at a time. Not saying this is the problem - just a
> thought.
>

Suspect what you are referring to is if you run the server like this:

./manage.py runserver

You will get a single process single threaded server that can only process
one HTTP request at the time.

However in my case, I was running two separate processes at the same time,
and neither process knows about the other process in any way.
-- 
Brian May <[email protected]>
_______________________________________________
melbourne-pug mailing list
[email protected]
https://mail.python.org/mailman/listinfo/melbourne-pug

Reply via email to