Zeev Suraski wrote:
>
> Generally, a perfect C implementation will always be quicker than a PHP
> implementation, because the scripting engine has its overhead.
It's my impression that an average PHP script will run faster on a
heavily loaded apache server than a compiled executable will get loa
Generally, a perfect C implementation will always be quicker than a PHP
implementation, because the scripting engine has its overhead. However,
whether or not you write perfect C code is a different question :)
Zeev
At 16:51 19/11/2001, colin mcdonald wrote:
>Hi, I apologize in advance if thi