[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Question about server load and php
- Subject: [cobalt-developers] Question about server load and php
- From: "earthlink" <joelmon2002@xxxxxxxxxxxxx>
- Date: Wed Mar 20 11:44:55 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hello, just one simple question.
Is there a big performance difference between loading modules dynamically
through php.ini
(Using extensions_dir to point to the .so files) and just
recompiling/upgrading php and compiling with those modules?
Is there a few reasons NOT to use php.ini to load them? (Not talking about
dl() function, just fyi)
Just curious.
Thank you