NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Gabe, If you run cleanup while a script is running, you will kill the gplt process and orphan the gf process. When you remove the message queue (the script does this with the "ipcrm -q" command), you nolonger have a connection to the gf process.
The script should be run when your scripts are not running. Another bit of advice is to run each script in its own temporary directory (such as shown in the csh examples using $$ to obtain a unique process id for a working directory name) so you don't have multiple scripts creating race conditions with ipcs and .nts files. Steve Chiswell Unidata User Support On Tue, 2005-05-10 at 12:28, Gabe Langbauer wrote:
Robert (et al), I am running the cleanup script that comes with gempak (once a day), and it appears to me that the time at which my "gf" programs begin running away is shortly after the cleanup is called from the cron. Any thoughts on why this might be?
gembud
archives: