Liste des Groupes |
In article <vlioum$24bqm$1@dont-email.me>, <Muttley@DastardlyHQ.org> wrote:On Mon, 6 Jan 2025 16:39:49 -0000 (UTC)>
Thats not the same as the program itself being asynch.
Isn't it? The point is that the program kicks off multiple
Thats not proper asych, its still sequential. Proper asynch is when thedisk
program execution path is directly modified by external events. Otherwise
you could claim simply using the standard file I/O system is asynchronous
programming as there's no guarantee that any data has been written to thebefore write(), fprintf() etc return.>
This is conflating multiple things. Most IO operations dealing
with the actual hardware _are_ asynchronous (this is what
McIlroy meant in the quote I posted earlier). The system call
interface gives the program the illusion of those happening
sequentially, but that's not how the devices really work.
Sure, but as I've said before, signals should only set flags to be processed>
later.
You said that, but that flies in the face of 50 years of
evidence to the contrary and the letter of the standard. This
Les messages affichés proviennent d'usenet.