On Wed, 8 Mar 2006 19:43:21 +0530
"Amit Upadhyay" <[EMAIL PROTECTED]> wrote:

> On 3/8/06, PythonistL <[EMAIL PROTECTED]> wrote:
> >
> > But how can I kill ALL of them?
> > One by one something like:
> > kill processNumber
> > ?
> 
> 
> pkill is your friend.
> 
> I use "pkill -9 python2.4" on abovenet for most code changes.

I've actually had pretty decent success with 

killall -USR1 the_process_you_want_to_die

This is supposed to signal the process it needs a restart so that the
next request in will be a process running your new code.

- jmj

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to