|
|
|
|
|
by segfaltnh
697 days ago
|
|
In large numbers the cost of switching between threads does consume CPU while they're waiting for the database. This is why green threads exist, to have large numbers of in flight work executing over a smaller number of OS threads. |
|