jonmorehouse / gatekeeper

a pluggable http routing runtime
12 stars 1 forks source link

request queuing #68

Closed jonmorehouse closed 8 years ago

jonmorehouse commented 8 years ago

Should gatekeeper have the concept of request queuing or should it attempt to send every request over the wire possible?

Specifically, let's look at how nginx does this and model it after that. My initial hunch is that no, we shouldn't do any sort of queuing.