Has anyone had an opportunity to try out the new Zend Server community edition? It's a great way to maintain the latest version of PHP from an official source, while adding a great deal of functionality to PHP right out of the box. Every single PHP extension is included in the package, as well as a bundled version of the Zend Framework.
I had a chance to try out the Enterprise server, and the Zend Page Cache is awesome to say the least.
Installation guide can be found here,
http://files.zend.com/help/Zend-Server/zend-server.htm#installation_guide.htm
Here's some more information to wet your whistle.
http://static.zend.com/topics/Zend-Server-DS-0109-WEB.pdf
http://www.zend.com/en/community/zend-server-ce
http://www.zend.com/en/products/server/editions
http://files.zend.com/help/Zend-Server/zend-server.htm
Benchmarks (Vanilla PHP):
[root@vps ~]# ab -n 1000 -c 100 mysql.neranjara.org/article
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 2006 The Apache Software Foundation, http://www.apache.org/
Benchmarking mysql.neranjara.org (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Finished 1000 requests
Server Software: Apache/2.2.3
Server Hostname: mysql.neranjara.org
Server Port: 80
Document Path: /article
Document Length: 6036 bytes
Concurrency Level: 100
Time taken for tests: 47.62679 seconds
Complete requests: 1000
Failed requests: 102
(Connect: 0, Length: 102, Exceptions: 0)
Write errors: 0
Total transferred: 6423885 bytes
HTML transferred: 6035885 bytes
Requests per second: 21.25 [#/sec] (mean)
Time per request: 4706.268 [ms] (mean)
Time per request: 47.063 [ms] (mean, across all concurrent requests)
Transfer rate: 133.29 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 2.5 0 12
Processing: 850 4166 3572.1 3683 45456
Waiting: 849 4164 3572.1 3682 45454
Total: 851 4167 3572.3 3683 45456
Percentage of the requests served within a certain time (ms)
50% 3683
66% 3876
75% 3996
80% 4095
90% 4459
95% 4864
98% 9638
99% 29560
100% 45456 (longest request)
|
Benchmarks (Zend Server with Page Cache):
[root@vps ~]# ab -n 1000 -c 100 vps2.neranjara.org/article
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright 2006 The Apache Software Foundation, http://www.apache.org/
Benchmarking vps2.neranjara.org (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Finished 1000 requests
Server Software: Apache/2.2.3
Server Hostname: vps2.neranjara.org
Server Port: 80
Document Path: /article
Document Length: 6036 bytes
Concurrency Level: 100
Time taken for tests: 1.206918 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 6417792 bytes
HTML transferred: 6041416 bytes
Requests per second: 828.56 [#/sec] (mean)
Time per request: 120.692 [ms] (mean)
Time per request: 1.207 [ms] (mean, across all concurrent requests)
Transfer rate: 5192.56 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 4.3 0 78
Processing: 1 2 1.6 3 19
Waiting: 0 1 1.4 1 17
Total: 1 3 4.8 3 92
Percentage of the requests served within a certain time (ms)
50% 3
66% 3
75% 3
80% 3
90% 3
95% 4
98% 8
99% 10
100% 92 (longest request)
|
Anyone else care to share their experience with the software?