[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Asynchronous I/O Egg Release
From: |
Andy Bennett |
Subject: |
Re: [Chicken-users] Asynchronous I/O Egg Release |
Date: |
Fri, 1 Jul 2016 11:11:26 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 |
Hi,
> And of course, reads of files on the file
> system never block at all
A read from a file can block when the operating system needs to go to
disk for the data. This happens when the buffer empties and it cannot be
refilled before the next read call.
Regards,
@ndy
--
address@hidden
http://www.ashurst.eu.org/
0290 DA75 E982 7D99 A51F E46A 387A 7695 7EBA 75FF
- Re: [Chicken-users] Asynchronous I/O Egg Release,
Andy Bennett <=