Greetings. We are running a Apache 1.3.29 web server, with the PHP's CGI, with SuEXEC. I was wondering if there are any advantages in building the maximum of PHP's extensions as shared modules.
In doing so, the CGI itself is smaller, but it has to load all the extensions anyway.
Do i get performance hits in using either method ?
If so, which method is the best, building all modules as shared, or not ?
Thanks for any pointers.