Sujet : Re: Threads across programming languages
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.c++ comp.lang.cDate : 04. May 2024, 05:46:33
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v14ej8$11iqd$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Fri, 3 May 2024 20:36:58 -0700, Chris M. Thomasson wrote:
On 5/3/2024 7:30 PM, Lawrence D'Oliveiro wrote:
>
In that situation, multithreading isn’t going to speed things up.
ummm, so what does the server do after getting an io completion...?
Whatever it is, if it takes less time than the time to the next I/O
completion, then it’s not going to be a bottleneck.