nginx and unix socket set retry time.

2014-07-09 Thread ashishadhav
Hi , Is there a way to retry connection to an unix socket ( on which my fast cgi app is running ) for some time , instead of immediately responding 502 bad gateway and exiting ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251623,251623#msg-251623 _

Re: number of requests in nginx queue

2014-06-25 Thread ashishadhav
Hi , thanks for quick reply. Actually Im running a web app under nginx which has max limit of 1000 requests / sec . So understanding queued requests number is important for me. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251143,251146#msg-251146

number of requests in nginx queue

2014-06-25 Thread ashishadhav
Hi, I want to find out how many requests are queued ,that is are yet to be processed ,in nginx at any given moment. >From this i wish to calculate if my server is overloaded with requests. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251143,251143#msg-251143 _