From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3C456097.714D131E@strakt.com> From: Boyd Roberts MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] semaphores References: <20020116035456.13985.qmail@g.bio.cse.psu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 16 Jan 2002 12:14:31 +0100 Topicbox-Message-UUID: 3dee78ba-eaca-11e9-9e20-41e7f4b1d025 Scott Schwartz wrote: > A previous edition's malloc used a pipe with a byte in it as a semaphore. I wrote a POP client/daemon on unix that kept the password in a pipe to minimise the probability of it ending up in a core dump. Of course on plan 9 and inferno there are no cores -- another plus.