Re: Aktualne PHP powinno wymagać aktualnego pcre, problem z php-eaccelerator

Patryk Zawadzki patrys at pld-linux.org
Wed Dec 2 13:22:51 CET 2009


2009/12/2 Tomasz Pala <gotar at polanet.pl>:
> On Wed, Dec 02, 2009 at 12:51:54 +0100, Pawel Golaszewski wrote:
>> But this way we could end with one-big-php-lib because "each module is
>> unsignificant".
> I guess that's the way PHP is used when performance is the issue.

Actually when PHP is used as FCGI the footprint of using shared
libraries is negligible. They only get loaded once (at FCGI startup),
not once per request or once per apache process. All apache processes
use sockets to talk to the same threaded FCGI daemon.

-- 
Patryk Zawadzki


More information about the pld-devel-en mailing list