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:        889 bytes

Concurrency Level:      1
Time taken for tests:   20.955 seconds
Complete requests:      500
Failed requests:        0
Write errors:           0
Total transferred:      642000 bytes
HTML transferred:       444500 bytes
Requests per second:    23.86 [#/sec] (mean)
Time per request:       41.909 [ms] (mean)
Time per request:       41.909 [ms] (mean, across all concurrent
requests)
Transfer rate:          29.92 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   0.9      0      15
Processing:    37   41   5.0     40      70
Waiting:       36   41   5.0     40      70
Total:         37   42   5.1     40      70

Percentage of the requests served within a certain time (ms)
  50%     40
  66%     41
  75%     42
  80%     43
  90%     50
  95%     53
  98%     56
  99%     64
 100%     70 (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