From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 9 Jun 2009 20:34:27 -0400 To: 9fans@9fans.net Message-ID: <6e8b8364b7cd6d137f306d56d66a8fb3@coraid.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] critique of sockets API Topicbox-Message-UUID: 087cc60e-ead5-11e9-9d60-3106f5b1d025 > i don't think i understand what you're getting at. > it could be that the blog was getting at the fact that select > funnels a bunch of independent i/o down to one process. > it's an effective technique when (a) threads are not available > and (b) processing is very fast. ack. but, you can select on the same fd in many processes. select usage is so idiomatic that this use is easy to forget, though i've written programs that take advantage of this myself. - erik