From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 10 Jun 2009 19:46:54 -0400 From: Bhanu Nagendra Pisupati To: 9fans@9fans.net In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [9fans] critique of sockets API Topicbox-Message-UUID: 08b22a6a-ead5-11e9-9d60-3106f5b1d025 > perhaps you think this is doging the question, but the cannonical > plan 9 approach to this is to note that it's easy (trivial) to have a n > reader threads and m worker threads s.t. i/o threads don't block I'll agree. With multi threading the network read/write operations could be pipelined to minimize the overhead.