Re: Development server starting two processes

2009-03-14 Thread Guillermo
> Nope -- two is normal behavior. One's the server itself, and the other > is the process that monitors your code on disk and reloads the server > when you make code changes. I see. There must be some case where the automatic reload doesn't work, then. I created the Powershell script because I ha

Re: Development server starting two processes

2009-03-14 Thread Jacob Kaplan-Moss
On Sat, Mar 14, 2009 at 5:53 AM, Guillermo wrote: > Should I be seeing only one process instead of two when I start the > dev server? Nope -- two is normal behavior. One's the server itself, and the other is the process that monitors your code on disk and reloads the server when you make code ch

Development server starting two processes

2009-03-14 Thread Guillermo
Hi, I'm trying to automate the restarting of Django's dev server with Powershell. I've noticed that the server starts two processes. I can retrieve and store the PID for just one of them, and I've found a workaround that lets me kill the other before restart too, but not entirely reliably (the P