Closed hajoxx closed 8 years ago
I wrote a simple server that contains one POST route. But it does a little heavy task sometimes.
It means other POST requests will be waited when the current is going on? Or other requests will be responded parallelly?
Thanks
http://sparkjava.com/documentation.html#threadpool
I wrote a simple server that contains one POST route. But it does a little heavy task sometimes.
It means other POST requests will be waited when the current is going on? Or other requests will be responded parallelly?
Thanks