Liste des Groupes | Revenir à cl c |
Am 02.05.2024 um 07:39 schrieb Lawrence D'Oliveiro:await
Another reason to avoid threads. So long as your async tasks have an
call somewhere in their main loops, that should be sufficient to avoid
most bottlenecks.
If you have a stream of individual I/Os and the processing of the I/Os
takes more time than the time between the I/Os you need threads.
Les messages affichés proviennent d'usenet.