From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 26 Dec 2005 23:07:44 -0500 From: Russ Cox To: erik quanstrom , Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] ndb and FQDNs. In-Reply-To: <20051227040249.314C11B1D63@dexter-peak.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051227040249.314C11B1D63@dexter-peak.quanstro.net> Cc: Topicbox-Message-UUID: cb1baefa-ead0-11e9-9d60-3106f5b1d025 > well unless russ gets too mad at me, i intend to get the dns stuff going. > unfortunately, the connection service stuff looks a little too far out > there for unix. i got dns running okay last night. converting it to use libthread will take a little effort, but a single-threaded one basically just works. what amazes me about having dns running on unix is that in plan9port rfork(RFMEM|RFPROC) returns -1, and dns actually copes gracefully and still functions. russ