You can use the mupip stop command to kill an M process. It takes as a parameter the process ID to stop. This can be obtained with the Unix ps command. I usually type:
ps -ef | grep mumps at the unix prompt to list the running mumps processes. From this list I can pick out the ID I want to stop and use it in the mupip stop command. Michael --- Cameron Schlehuber <[EMAIL PROTECTED]> wrote: > It's going to depend on how you launch it. A DO will tie it to your > particular job. If you JOB it, it's independent of your job. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kevin > Toppenberg > Sent: Tuesday, December 21, 2004 2:52 PM > To: Hardhats Sourceforge > Subject: [Hardhats-members] GTM Question: Running code in the background > > I have a question about GTM. > > When I launch a GTM shell, and then start the RPC > broker, I assume that it runs in the background > somehow. How does this work? > > Will the code be shut down if I quit the shell (I > don't think so). Or how about if I log off the user? > > Thanks > Kevin > > > > > __________________________________ > Do you Yahoo!? > Send holiday email and support a worthy cause. Do good. > http://celebrity.mail.yahoo.com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Hardhats-members mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hardhats-members > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Hardhats-members mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hardhats-members > ===== Michael Zacharias Technical Consultant cell: (250) 920-8613 email: [EMAIL PROTECTED] ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
