From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] getting a pid from threadpostmountsrv From: "Russ Cox" Date: Sun, 10 Jun 2007 10:49:01 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20070610144453.485851E8C4F@holo.morphisms.net> Topicbox-Message-UUID: 7c1b4782-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? why do you care? russ