July 2018
Intermediate to advanced
116 pages
2h 41m
English
The basic idea of asynchronous processing is to separate our request I/O threads and the request processing threads by using different thread pools. This basically frees up our I/O threads to receive new connections while we do the processing on different threads.