Liste des Groupes | Revenir à cl misc |
On 2024-08-20 01:03, Lawrence D'Oliveiro wrote:
>On Mon, 19 Aug 2024 13:03:23 +0200, Dmitry A. Kazakov wrote:
Again. It is called overlapped I/O. You can start multiple
*asynchronous* I/O operations from a thread.
I’m not talking about using threads. I’m talking about avoiding
threads, and all their potential for difficult-to-fix race-condition
-type bugs.
I’m talking about situations where the bottleneck is the I/O, not the
CPU, so multithreading gets you nothing.
It seems you suffer some form of dyslexia. I clearly stated that all
instances of overlapped I/O is started from the same/single/one thread.
Better now?
Les messages affichés proviennent d'usenet.