From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <016501c05004$16346e40$0ab9c6d4@cybercable.fr> From: "Boyd Roberts" To: <9fans@cs.psu.edu> References: <20001116083551.18EC4199E1@mail.cse.psu.edu> Subject: Re: [9fans] httpd.c MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Thu, 16 Nov 2000 20:33:24 +0100 Topicbox-Message-UUID: 2c1ef818-eac9-11e9-9e20-41e7f4b1d025 From: > I found a code bellow: > for(;;)sleep(1000); > in /sys/src/cmd/ip/httpd/httpd.c > my theory is that they're trying to implement unix pause(2).