Sujet : Re: Rationale for aligning data on even bytes in a Unix shell file?
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 29. Apr 2025, 13:24:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vuqgdb$1peeb$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla Thunderbird
Am 29.04.2025 um 12:12 schrieb
Muttley@DastardlyHQ.org:
No API which requires a seperate thread for each channel is "flexible".
With Windows that's not mandated, but just an option. But if you have
millions of I/Os per second on a single IOCP you've probably no choice
as to have multiple threads.
The whole point of select and poll is they allow multiplexing in a single
threaded program.
That's also possible with IOCP.