|
|
|
|
|
by moe
4146 days ago
|
|
You seem to be confusing client and server. When people say I/O-bound or CPU-bound they usually refer to servers. And most clients aren't network-bound either. They are server-bound (i.e. they spend more time waiting for the server to create a response than for the network to transfer it). |
|
There are plenty of mobile and web apps that are network bound in this day and age. Many games, for example. That's just the obvious choice of example.