Vocabulary Word
Scenario:
We've been noticing that our server tends to freeze when deal with several simultaneous requests. We should look into this.
Response:
I am thinking too if implementing non-blocking I/O could prevent our server from freezing during peak load times.
Scenario:
The data processing for this application seems to slow under heavy usage. It may be useful to do a quick network audit.
Response:
Agreed. Network audit might reveal if non-blocking I/O can improve our system performance under heavy usage.