Shakti Kumar <shakti.shrivastav...@gmail.com> writes:
> ...
> I suspect django spawned too many child processes, and consecutively I ran
> out of resources on my dev server. How can I prevent this from happening?
> And I am not able to understand why django should spawn (if it indeed is
> spawning) incrementing processes with each query from the GUI.

I suspect the GUI to be the culprit. You have not told us what
kind of GUI this is: is it the (standard) GUI which comes with "Django"
(and runs in your browser)? In this case, you might get
better answers when you describe your problem in a specialize "Django"
list.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to