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 Powershell script might stop another random Python process). Should I be seeing only one process instead of two when I start the dev server? I'm on Windows XP Home, Django svn trunk. Cheers, Guillermo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

