|
|
|
|
|
by dave_daniel
3868 days ago
|
|
I think it is not just file and cpu and it is not safe to assume that everything depends on a single box in most cases (I think that is safe when talking about an OS as this is) An example would be network calls and database connections. I think Async can be helpful anytime one component can be much slower than others and that component cannot take advantage of all the resources the running machine. Even if that component could take up all the resources you may want to have interrupts or priority as well. |
|