since the purpose of asynchronism is to improve throughput, assuming a machine has a maximum of 1000 threads, what is the difference between async mode (DefferedResult) (tomcat threads) for handling requests and async mode (taskexecutor of spring) for callbacks?
what"s the difference between async mode and Synchronize mode 1000 threads?