jgauffin / Griffin.WebServer

A web server built on top of Griffin.Framework
107 stars 42 forks source link

Are parallel requests supported? #11

Open DioF opened 10 years ago

DioF commented 10 years ago

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?

jgauffin commented 9 years ago

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