Re: PID/processes for runserver

2009-10-08 Thread Karen Tracey
On Thu, Oct 8, 2009 at 6:47 PM, mviamari wrote: > > I've written a script to launch a server, run some tests and then kill > the server afterwards. The problem I'm having is that the PID > returned from the subprocess call is not the same as the PID needed to > kill the server. > > Is there any

PID/processes for runserver

2009-10-08 Thread mviamari
I've written a script to launch a server, run some tests and then kill the server afterwards. The problem I'm having is that the PID returned from the subprocess call is not the same as the PID needed to kill the server. Is there any way to get the runserver command to run with a single process?