I just tried tornado on windowsXP wirh Python 2.7. I just used apache ab and 
its 2-3x faster than Rocket on the same hardware.
'hello5' example show 60 req/sec for 'hello5' example. Usi ng roekt I'm 
getting cca. 21 req/sec.

Can you share your results? Please try some of ewb2py standard example so we 
can compare.
David

------------------------------------------------------------------
Server Software:        TornadoServer/1.1
Server Hostname:        localhost
Server Port:            8081

Document Path:          /examples/simple_examples/hello5
Document Length:        179 bytes

Concurrency Level:      150
Time taken for tests:   16.750 seconds
Complete requests:      1000
Failed requests:        0
Write errors:           0
Total transferred:      512000 bytes
HTML transferred:       179000 bytes
Requests per second:    59.70 [#/sec] (mean)
Time per request:       2512.500 [ms] (mean)
Time per request:       16.750 [ms] (mean, across all concurrent requests)
Transfer rate:          29.85 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    2  27.7      0     547
Processing:   484 2445 533.5   2328    4828
Waiting:      484 2443 533.5   2328    4828
Total:        484 2447 538.7   2328    4828

Percentage of the requests served within a certain time (ms)
  50%   2328
  66%   2469
  75%   2500
  80%   2609
  90%   2781
  95%   3953
  98%   4125
  99%   4219

Reply via email to