Re: [web2py] web2py FORM, concurrency and failed requests

2010-08-12 Thread Jonathan Lundell
On Aug 12, 2010, at 8:44 AM, David Marko wrote: > Failed requests:19 > (Connect: 0, Receive: 0, Length: 19, Exceptions: 0) Even more reassurance: http://stackoverflow.com/questions/1512304/failed-requests-by-length-in-my-apachebench-load-test-result http://alwaysthecritic.typepad.com/

Re: [web2py] web2py FORM, concurrency and failed requests

2010-08-12 Thread Jonathan Lundell
On Aug 12, 2010, at 8:44 AM, David Marko wrote: > Failed requests:19 > (Connect: 0, Receive: 0, Length: 19, Exceptions: 0) > May not actually be a problem. Reason? It might be a site that serves dynamic > context (such as different cookie IDs mentioned) where the file size changes >

Re: [web2py] web2py FORM, concurrency and failed requests

2010-08-12 Thread Jonathan Lundell
On Aug 12, 2010, at 8:44 AM, David Marko wrote: > Failed requests:19 > (Connect: 0, Receive: 0, Length: 19, Exceptions: 0) http://www.celebrazio.net/tech/unix/apache_bench.html > In the above example, if the server returns dynamic content, the file size > may be different from one req

[web2py] web2py FORM, concurrency and failed requests

2010-08-12 Thread David Marko
Massimo I just created a new thread for this problem. Failed requests appear with Rokcet and with wsgi as well. You can simply benchmark FORM examples running on your site. The same for my local tests. See below: -n = number of requests -c = number of concurrent requests debian:~# ab -n 100 -c 1