On 16 Mar 2001 04:39:06 -0800, Phil Driscoll <[EMAIL PROTECTED]> wrote:
>http://www.perlmonth.com/features/benchmarks/benchmarks.html?issue=4&id=9351
>4159
>
>A performance comparison of various web scripting languages. PHP does rather
>well!

It's also important to note that their comment that PHP doesn't cache compiled
scripts and thus may not scale as well isn't completely true. The default
install doesn't, but you can use one of several products (Zend Cache,
Afterburner and a third whose name escapes me) to ensure that your scripts are
cached.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to