Date: 04/15/01
- Next message: Sterling Hughes: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt"
- Previous message: elkner <email protected>: "[PHP-DEV] Bug #10331: configure: test gd functions lacks inclusion of -lpng, -lz"
- In reply to: Dan Anderson: "Re: [PHP-DEV] RE: PHP 4.0 Bug #10299 Updated: CPU and Memory Spike"
- Next in thread: Goten: "Re: [PHP-DEV] RE: PHP 4.0 Bug #10299 Updated: CPU and Memory Spike"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 14 Apr 2001 20:14:53 -0700, Dan Anderson <dtndan <email protected>> wrote:
>> 256meg is good for upto about 10 concurrent clients, much more and the
>> server starts to grind, i have 192meg in a box that serves
>> 5000pages/day.
>>
>
>Is this the consensus of the list? Is PHP THIS much of a hog? I can't
>really believe this....
It's not even remotely true unless you're running PHP as a CGI and using some
particularly resource-intensive code. For reference, I have a development
system with a 500Mhz Athlon and 320MB. This is not a tuned system - somewhat
the opposite, in fact. I have code which queries MySQL to generate some XML and
then uses XSLT to turn it into HTML - this sustains somewhere around 45 hits /
second with 50 simultaneous clients; simple scripts hit ~155 hits / second.
If you were to create a tuned PHP build and run it with a tuned Apache / MySQL
using one of the script caches (Zend, APC, BWare) these numbers would go up
substantially.
Chris
Chris
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sterling Hughes: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt"
- Previous message: elkner <email protected>: "[PHP-DEV] Bug #10331: configure: test gd functions lacks inclusion of -lpng, -lz"
- In reply to: Dan Anderson: "Re: [PHP-DEV] RE: PHP 4.0 Bug #10299 Updated: CPU and Memory Spike"
- Next in thread: Goten: "Re: [PHP-DEV] RE: PHP 4.0 Bug #10299 Updated: CPU and Memory Spike"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

