|
|
|
|
|
by zmmmmm
1032 days ago
|
|
Because concurrent calls are confusing and create bugs. The point this train wreck of an example is trying to make (and failing) is that it's fine to write sequential blocking code in your request handlers. They can take as long as they want ... seconds, minutes, days .... because the handler threads are now an infinite resource as far as the JVM is concerned. |
|