Houston we have a problem! I wanted to stress test my website in order to make it fail faster. But using ab (apache bench) I get the following error:
$ ab http://www.digiprof.fr/ This is ApacheBench, Version 1.3d <$Revision: 1.73 $> apache-1.3 Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright (c) 2006 The Apache Software Foundation, http://www.apache.org/ Benchmarking www.digiprof.fr (be patient)... Test aborted after 10 failures : Operation now in progress -- Then in quits. But if I look in my log file on the server, I have 12 requests that appear from my IP address!!! ab by default should only make 1 request, is it Rails receiving the request but not sending it back and ab requesting again 11 more times? But if I check my website with Firefox or with curl it works perfectly. What in hell could be happening? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

