1 min readJul 16, 2019
Jim Shi, Right, if you call third party web service that doesn’t have nonblocking client, then you should invoke the service on some thread pool.
But nowadays almost all services even SQL DB has some nonblocking clients.
For example, AWS provides non-blocking SDK for all resources.