From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <008e01c15905$20cd0460$d4f3cfcf@wavdrqsm> From: "rob pike" To: <9fans@cse.psu.edu> References: <20011019153425.8939319AB6@mail.cse.psu.edu> Subject: Re: [9fans] truss MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Fri, 19 Oct 2001 21:18:28 -0400 Topicbox-Message-UUID: 0b293668-eaca-11e9-9e20-41e7f4b1d025 RE: multiprocess: Have a look at how the truss code in acid handles the hang bit and I think you'll find it's not too hard to do what you want. Truss deliberately avoids doing what you're asking because otherwise programs like rc, mk, etc. are a true pain to truss. To see how acid handles multiple process, see /sys/lib/acid/thread. It's really not hard. -rob