Re: Detecting a program is running.
If you are using unix I would wrap the perl program in a bash script
that saves the contents of the "ps ax" command to a tmp directory so
that when it first runs it greps the tmp file for an occurence of
itself and exits if it finds any matches.
.
Relevant Pages
- Re: TSO EDIT command
... EDIT is simply a command that prompts the user for subcommands, and processes them, and eventually returns to the TMP so the TMP can invoke the next command. ... If the app is running in a CLIST the "get" part of the PUTGET is satisfied when the CLIST eventually reaches something that is not a CLIST statement, but a command, and the app gets that returned to it. ... so a task/process left in background can't meddle with storage of a possibly authorized command. ... (bit.listserv.ibm-main) - Re: [9fans] =?iso-8859-1?q?gr=EBp_=28rhymes_with_creep=29_and_cptmp?=
... $ grep facade word ... Note that line word:92 (output by the second command) is not output by ... I translate each ordinary latin character in the input pattern (eg ... cp -pr $1 $tmp ... (comp.os.plan9) - Re: TSO EDIT command
... and the TMP; perhaps ECB semaphores, POSIX pipes, or sockets. ... If the app is running in a CLIST the "get" part of the PUTGET is satisfied when the CLIST eventually reaches something that is not a CLIST statement, but a command, and the app gets that returned to it. ... For IBM-MAIN subscribe / signoff / archive access instructions, send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html. ... (bit.listserv.ibm-main) - Re: openSSL Key generation
... > I'm executing the command to generate a server key according to the RedHat ... > [root@basea1 tmp]# ... > CPU time is being consumed like crazy. ... (Focus-Linux) - [PATCH] scsi: Scsi_Cmnd convertion in sun3-driver
... The command to work on. ... NEXT(tmp); tmp = NEXT) ... unsigned char tmp, phase; ... (Linux-Kernel) |
|