I seen some benchmarks showing nginx handling 1k+ request per second (from the local machine) along with some memory data of said request.

What i have tried to find but coudln't is benchmarks of nginx (or other servers) using fastcgi. I wanted to know how much nonstatic request i can handle using it

link|improve this question

50% accept rate
1  
In such a scenario you don't actually want to test Nginx as Nginx will be far less than 1% of your actual execution time. Essentially in that scenario you'll be testing the performance of your fastcgi application and there should be no difference between using nginx and using any other server. (so long as you still use fastcgi) – Martin Fjordvald Sep 22 '11 at 9:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.