Griffin.WebServer icon indicating copy to clipboard operation
Griffin.WebServer copied to clipboard

Are parallel requests supported?

Open DioF opened this issue 11 years ago • 1 comments

From my experience parallel requests are not supported in the way one would expect. Example: I trigger 3 requests more or less concurrently. Say, each request takes 10 seconds to complete. Now these 3 requests are queued somehow and processed one by one, so that the last one will finish after ~30 seconds.

Am I missing something or is it just not possible to do this parallel?

DioF avatar Aug 29 '13 16:08 DioF

they should be able to run in parallel if they are requested on different connections

jgauffin avatar Jan 12 '15 19:01 jgauffin