That depends on the way you run PHP
If you run it a a server module, it may be more efficient.
If not, then it it less efficient than CGI, as the PHP script engine is a
CGI program itself, and has to compile and run your script after it gets
started itself.


"Spyproductions Support Team" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Does PHP use less system resources than CGI on a server?
>
> I have a bulletin board which is incredibly active, but there is a PHP
> sister to it.
>
> Thanks,
>
> -Mike
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to