Re: [Tutor] Process problem

2005-06-16 Thread Alberto Troiano
<[EMAIL PROTECTED]> >Reply-To: "Michael P. Reilly" <[EMAIL PROTECTED]> >To: Alberto Troiano <[EMAIL PROTECTED]> >Subject: Re: [Tutor] Process problem >Date: Thu, 16 Jun 2005 10:40:09 -0400 > >On 6/16/05, Alberto Troiano <[EMAIL PROTECTED]> wrote: &

Re: [Tutor] Process problem

2005-06-16 Thread Michael P. Reilly
On 6/16/05, Alberto Troiano <[EMAIL PROTECTED]> wrote: Hey allNevermind, it worked with the & trick.I just posted because the first 2 times didn't do anything but there was anerror in the crontab so... Alberto, If you are going to use put the processes in the background with the ampersand ('&'), t

Re: [Tutor] Process problem

2005-06-16 Thread Alberto Troiano
gt;die letting the others alive > >How can I do this? > >Best Regards > >Alberto >From: Michael Lange <[EMAIL PROTECTED]> >To: tutor@python.org >Subject: Re: [Tutor] Process problem >Date: Thu, 16 Jun 2005 12:19:12 +0200 > >On Wed, 15 Jun 2005 22:04:48 +000

Re: [Tutor] Process problem

2005-06-16 Thread Alberto Troiano
cotascamons.py that are dead, let them running and then die letting the others alive How can I do this? Best Regards Alberto >From: Michael Lange <[EMAIL PROTECTED]> >To: tutor@python.org >Subject: Re: [Tutor] Process problem >Date: Thu, 16 Jun 2005 12:19:12 +0200 > >On Wed, 15

Re: [Tutor] Process problem

2005-06-16 Thread Michael Lange
On Wed, 15 Jun 2005 22:04:48 + "Alberto Troiano" <[EMAIL PROTECTED]> wrote: Hi Alberto, > Hey > > Let me make you understand > > I need that levantamuertos.py run cotascamon.py (every script with it > differents arguments that are passed) and then die letting the cotascamon.py > scripts r

Re: [Tutor] Process problem

2005-06-15 Thread Alberto Troiano
>To: Alberto Troiano <[EMAIL PROTECTED]> >CC: tutor@python.org >Subject: Re: [Tutor] Process problem >Date: Wed, 15 Jun 2005 13:30:30 -0500 > >Hi Alberto, > >Mmm I'm not sure if I get this all right. Why do you want to keep >cotascamon running after levantamuer

Re: [Tutor] Process problem

2005-06-15 Thread Hugo González Monteverde
Hi Alberto, Mmm I'm not sure if I get this all right. Why do you want to keep cotascamon running after levantamuertos dies?? If you're using system(), levantamuertos is waiting for cotascamon to finish completion before it continues running, there should be no point where levantamuertos *runs* whi

[Tutor] Process problem

2005-06-15 Thread Alberto Troiano
Hey all I have a problem with a program You see, I have a python script made in Python 2.2 that runs every 15 minutes on Linux Red Hat 9.0 This program (which code is attached below) named levantamuertos.py (spanish for death weakener) has to check in a database if the pids stored are running