Griffin.WebServer
Griffin.WebServer copied to clipboard
Are parallel requests supported?
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?
they should be able to run in parallel if they are requested on different connections