Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Beginners > Re: Creating PI...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 19 of 25 Topic 10992 of 11531
Post > Topic >>

Re: Creating PID file

by orasnita@[EMAIL PROTECTED] (Octavian Rasnita) Apr 27, 2008 at 10:56 AM

Hi,

Search on search.cpan.org for File::PID and download and install that 
module.

It might help you to create PID files.

To clarify the need for using a PID file, I think it needs to be used for 
example when somebody wants to run a program manually or from a chron job 
but when the admin doesn't want to run the program twice, so he should 
verify if that program is running.
The program runs, opens the PID file, gets the PID from there and verifies

if there is a program with that PID which is running in that moment.
The program can't verify in another way if it is running, because the same

program may be ran with different command lines or links to it.

Am I wrong?

Octavian

----- Original Message ----- 
From: "Michael Barnes" <mbarnes@[EMAIL PROTECTED]
>
To: <beginners@[EMAIL PROTECTED]
>
Sent: Sunday, April 27, 2008 4:30 AM
Subject: Creating PID file


> This may be a bit advanced for a beginner's group, but I need to have my
> script create a pidfile.  I'm running a monitor app that keeps track of
> what is running and notifies me when stuff stops.  It does it by
> comparing the pid in the pidfile with ps.  So, I need my script to
> create a pidfile when it starts.
>
> Ideas appreciated.
>
> Thanks,
> Michael
>
> -- 
> To unsubscribe, e-mail: beginners-unsubscribe@[EMAIL PROTECTED]
> For additional commands, e-mail: beginners-help@[EMAIL PROTECTED]
> http://learn.perl.org/
>
>
 




 25 Posts in Topic:
Creating PID file
mbarnes@[EMAIL PROTECTED]  2008-04-26 20:30:17 
Re: Creating PID file
rob.dixon@[EMAIL PROTECTE  2008-04-27 02:49:47 
RE: Creating PID file
MBarnes@[EMAIL PROTECTED]  2008-04-26 23:49:23 
RE: Creating PID file
MBarnes@[EMAIL PROTECTED]  2008-04-27 17:24:54 
Re: Creating PID file
rob.dixon@[EMAIL PROTECTE  2008-04-28 06:48:29 
Re: Creating PID file
chas.owens@[EMAIL PROTECT  2008-04-27 04:53:22 
Re: Creating PID file
peng.kyo@[EMAIL PROTECTED  2008-04-27 16:59:52 
Re: Creating PID file
chas.owens@[EMAIL PROTECT  2008-04-27 05:03:56 
Re: Creating PID file
peng.kyo@[EMAIL PROTECTED  2008-04-27 09:50:51 
Re: Creating PID file
peng.kyo@[EMAIL PROTECTED  2008-04-27 10:36:11 
sql and perl
rich.japh@[EMAIL PROTECTE  2008-04-26 23:24:22 
Re: sql and perl
orasnita@[EMAIL PROTECTED  2008-04-27 11:06:23 
Re: sql and perl
rich.japh@[EMAIL PROTECTE  2008-04-27 12:25:59 
Re: sql and perl
rvtol+news@[EMAIL PROTECT  2008-04-28 09:54:43 
Re: sql and perl
rob.dixon@[EMAIL PROTECTE  2008-04-28 09:20:07 
Re: sql and perl
rich.japh@[EMAIL PROTECTE  2008-04-28 10:19:51 
Re: sql and perl
peng.kyo@[EMAIL PROTECTED  2008-04-27 11:34:01 
Re: sql and perl
rich.japh@[EMAIL PROTECTE  2008-04-26 23:42:24 
Re: Creating PID file
orasnita@[EMAIL PROTECTED  2008-04-27 10:56:58 
Re: sql and perl
dan@[EMAIL PROTECTED] (D  2008-04-28 18:15:36 
Re: sql and perl
ficovh@[EMAIL PROTECTED]   2008-04-28 10:40:29 
Re: sql and perl
rob.dixon@[EMAIL PROTECTE  2008-04-28 17:52:53 
RE: sql and perl
rvm@[EMAIL PROTECTED] (B  2008-04-28 14:40:25 
Re: sql and perl
rob.dixon@[EMAIL PROTECTE  2008-04-28 20:06:21 
RE: sql and perl
andrew.curry@[EMAIL PROTE  2008-04-29 00:09:11 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Jul 26 0:56:58 CDT 2008.