oh actually pylons one was compiled as when it's running under
mod_wsgi u need to touch the wsgihandler or it will use pyc directly.
i don't think packing pylons project into compiled egg will increase
performance.

compiled version, stock centos5.2 x86_64, python2.5.2 and mod_wsgi 2.3
(self compiled x86_64), cpu underclocked at 1G
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 5000+
cpu MHz         : 1000.000

# ab -n 500

web2py

Server Software:        Apache/2.2.3
Server Hostname:        10.8.8.18
Server Port:            80

Document Path:          /welcometest/wiki
Document Length:        895 bytes

Concurrency Level:      1
Time taken for tests:   20.865 seconds
Complete requests:      500
Failed requests:        0
Write errors:           0
Total transferred:      645000 bytes
HTML transferred:       447500 bytes
Requests per second:    23.96 [#/sec] (mean)
Time per request:       41.730 [ms] (mean)
Time per request:       41.730 [ms] (mean, across all concurrent
requests)
Transfer rate:          30.19 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    1   3.9      0      60
Processing:    36   41   6.4     39     116
Waiting:       36   41   6.4     39     115
Total:         36   42   7.4     39     116

Percentage of the requests served within a certain time (ms)
  50%     39
  66%     40
  75%     41
  80%     43
  90%     50
  95%     53
  98%     64
  99%     71
 100%    116 (longest request)


pylons

Server Software:        Apache/2.2.3
Server Hostname:        10.8.8.17
Server Port:            80

Document Path:          /wiki/page/list
Document Length:        895 bytes

Concurrency Level:      1
Time taken for tests:   26.368 seconds
Complete requests:      500
Failed requests:        0
Write errors:           0
Total transferred:      546221 bytes
HTML transferred:       447500 bytes
Requests per second:    18.96 [#/sec] (mean)
Time per request:       52.736 [ms] (mean)
Time per request:       52.736 [ms] (mean, across all concurrent
requests)
Transfer rate:          20.23 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   2.8      0      60
Processing:    46   52   6.6     51     152
Waiting:       46   52   6.7     51     152
Total:         47   53   7.2     51     153

Percentage of the requests served within a certain time (ms)
  50%     51
  66%     52
  75%     54
  80%     54
  90%     58
  95%     61
  98%     70
  99%     78
 100%    153 (longest request)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to