Re: Count the no of times a script is called

2003-11-27 Thread John W. Krahn
Zentara wrote: > > On Wed, 26 Nov 2003 15:50:57 -0500, [EMAIL PROTECTED] (Amit Phatak) > wrote: > > > >I have a fortran program calling a perl script for various parsing > >activities for multiple number of times. I wish to increment a variable by > >1 in the PERL SCRIPT (not the fortran program)

Re: Sockets and Daemonizing - was Re: Count the no of times a script is called

2003-11-27 Thread drieux
On Thursday, Nov 27, 2003, at 01:26 US/Pacific, Tom Kinzer wrote: Not sure, I'm not an admin by trade, but I was actually referring to the fact that some admins assume that user Perl processes that don't die, are doing so unintentionally. Ah! an interesting take. Having been one of those folks who

RE: Sockets and Daemonizing - was Re: Count the no of times a script is called

2003-11-27 Thread Tom Kinzer
om Kinzer Long Beach, California -Original Message- From: drieux [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 2:12 PM To: begin begin Subject: Sockets and Daemonizing - was Re: Count the no of times a script is called On Wednesday, Nov 26, 2003, at 13:28 US/Pacific, T

Sockets and Daemonizing - was Re: Count the no of times a script is called

2003-11-26 Thread drieux
On Wednesday, Nov 26, 2003, at 13:28 US/Pacific, Tom Kinzer wrote: drieux suggests: The alternative of course would be to have the 'perl code' start up as a daemon that handled requests on a socket, this way you would save the 'start up' overhead of invoking a new process each time through. Make s

RE: Count the no of times a script is called

2003-11-26 Thread Tom Kinzer
drieux suggests: >The alternative of course would be to have >the 'perl code' start up as a daemon that >handled requests on a socket, this way you >would save the 'start up' overhead of >invoking a new process each time through. Make sure your sys admin is OK with this one. ---

Re: Count the no of times a script is called

2003-11-26 Thread drieux
On Wednesday, Nov 26, 2003, at 12:50 US/Pacific, Amit Phatak wrote: I have a fortran program calling a perl script for various parsing activities for multiple number of times. I wish to increment a variable by 1 in the PERL SCRIPT (not the fortran program) to have a record of how many times th

RE: Count the no of times a script is called

2003-11-26 Thread Amit Phatak
PROTECTED]> Subject: RE: Count the no of times a script is called Date: Wed, 26 Nov 2003 12:56:29 -0800 Amit Phatak wrote: > I have a fortran program calling a perl script for various parsing > activities for multiple number of times. I wish to increment a > variable by 1 in the

Re: Count the no of times a script is called

2003-11-26 Thread Paul Johnson
On Wed, Nov 26, 2003 at 03:50:57PM -0500, Amit Phatak wrote: > I have a fortran program calling a perl script for various parsing > activities for multiple number of times. I wish to increment a variable by > 1 in the PERL SCRIPT (not the fortran program) to have a record of how many > times t

RE: Count the no of times a script is called

2003-11-26 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Amit Phatak wrote: > I have a fortran program calling a perl script for various parsing > activities for multiple number of times. I wish to increment a > variable by 1 in the PERL SCRIPT (not the fortran program) to have a > record of how many times the script has been called. In simple > words,

Count the no of times a script is called

2003-11-26 Thread Amit Phatak
I have a fortran program calling a perl script for various parsing activities for multiple number of times. I wish to increment a variable by 1 in the PERL SCRIPT (not the fortran program) to have a record of how many times the script has been called. In simple words, i have a variable $coun