From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2ef336f7e8e64f4698f9e00e62adb0a5@felloff.net> Date: Thu, 13 Nov 2014 14:37:12 +0100 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Doesn't 'close' call finish pending 'read' on the same 'fd'? Topicbox-Message-UUID: 273af8f0-ead9-11e9-9d60-3106f5b1d025 interesting, that might be worth implementing. the alternative would be to send the reading process a note to interrupt the blocking syscall. the closer proc should just send the note and not close the fd. and the reader proc should close the fd once he's out of the reading loop. -- cinap