Re: [PHP-DEV] loading modules

2002-12-11 Thread Andi Gutmans
Hi, You are really best off loading those dso's from your PHP INI. There is a dl() but it does have its issues (performance wise and in some cases stability wise). I think quite a lot of your memory will be shared between the processes so make sure you don't only look at the size of each proces

[PHP-DEV] loading modules

2002-12-11 Thread Gustavo A. Baratto
Greetings, I'm not sure if this is the right place to ask, but here it goes... We have a multihosted environment for apache/php and we try to accept all requests to add new php extensions. The problem is that each apache process is using now 20MB of memory... We compile apache with shared object