Newsgroups: comp.parallel.pvm
From: mucci@cs.utk.edu (Philip Mucci)
Subject: Re: pvm_exit - What's the point?
Organization: CS Department, University of Tennessee, Knoxville
Date: 3 Feb 1995 17:30:31 -0500
Message-ID: <3guaq7INN34u@thud.cs.utk.edu>

	pvm_halt is a little different from pvm_exit. It will cause the
daemon to deliver a SIGTERM to your process and then the daemon will
terminate. Be careful on Solaris machines if you register a SIGTERM 
handler - there's a race in there somewhere...

	-Phil
-- 
Philip J. Mucci (mucci@cs.utk.edu) | Internet, The last free media
GRA in CS, U of Tenn, Knoxville    | George Washington grew hemp!


