Date: Thu, 2 Feb 2006 04:58:26 +1100 From: Peter Jeremy <peterjeremy@optushome.com.au> To: Pete French <petefrench@ticketswitch.com> Cc: freebsd-stable@freebsd.org Subject: Re: Restartable system call behaviour Message-ID: <20060201175826.GG824@turion.vk2pj.dyndns.org> In-Reply-To: <E1F4GPA-000CBe-Du@dilbert.firstcallgroup.co.uk> References: <E1F4GPA-000CBe-Du@dilbert.firstcallgroup.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2006-Feb-01 11:44:08 +0000, Pete French wrote: >I have a piece of coode which does some networking, in which I see read >and write calls failing with 'Interrupted system call' from time to time. You will get EINTR if the interrupt occurs before any data is read or written. -- Peter Jeremy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060201175826.GG824>