|
|
|
|
|
by TickleSteve
3564 days ago
|
|
if you are in an I/O bound situation, then yes, concurrency will allow you to exploit some parallelism. Otherwise, no. (and in general, people just throw concurrency at the problem instead of analysing whether they are in fact I/O bound or CPU bound). (Downvoted why??) |
|