From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Date: Sat, 9 Jun 2007 18:39:16 -0700 From: Skip Tavakkolian <9nut@9netics.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] getting a pid from threadpostmountsrv Topicbox-Message-UUID: 7c174ca4-ead2-11e9-9d60-3106f5b1d025 is there an easy way to get the pid of the proc that threadpostmountsrv creates to run srv()? thought about sending the current pid over a global channel in Srv.attach(); seems wrong. maybe a Srv.start() is warranted?