Re: Does Nginx have separate queuing mechanism for requests?

2013-10-03 Thread amehzenin
Maxim Dounin Wrote: --- > > There is no queue in nginx, but there is queue in a listen socket > of your backend app. It's called "listen queue" or "backlog" and > likely it's what preserves a request order for you. > > -- > Maxim Dounin > ht

Does Nginx have separate queuing mechanism for requests?

2013-10-02 Thread amehzenin
Hello. Consider the following situation: you are deploying application that can serve 1 req./sec. What would happen if I send 10 request in 1 second? I wrote simple app to test that: https://github.com/amezhenin/nginx_slow_upstream . This test shows that your requests will be served _in_exact_sa