[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070423.145909.31640377.davem@davemloft.net>
Date: Mon, 23 Apr 2007 14:59:09 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: voron@...ost.net
Cc: linux-kernel@...r.kernel.org
Subject: Re: sendfile to nonblocking socket
From: voron <voron@...ost.net>
Date: Tue, 24 Apr 2007 00:13:27 +0300
> As I see, nonblocking mode is enabled - sendfile sends less than asked.
The socket is marked as non-blocking, but the disk I/O is not.
It's blocking on the disk I/O not the socket part of the operation.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists