[Patch] Apache-dso_module() to find if a module is loaded as DSO or not

2001-04-25 Thread Philippe M . Chiasson
A suggested new feature. Apache-dso_module('mod_example.c') behaves like Apache-module('mod_example.c') except it returns 1 if the module is loaded as DSO, 0 if it's compiled in and undef if it's not present at all. I wrote this because of a few problems I had with the 'slight' differences in

Re: [Patch] Apache-dso_module() to find if a module is loaded as DSO or not

2001-04-25 Thread Philippe M . Chiasson
On Wed, Apr 25, 2001 at 10:59:51PM +0800, Stas Beckman wrote: On Wed, 25 Apr 2001, Philippe M . Chiasson wrote: A suggested new feature. Apache-dso_module('mod_example.c') behaves like Apache-module('mod_example.c') except it returns 1 if the module is loaded as DSO, 0 if it's

Re: [Patch] Apache-dso_module() to find if a module is loaded as DSO or not

2001-04-25 Thread Jens-Uwe Mager
On Wed, Apr 25, 2001 at 12:49:24PM -0400, Philippe M . Chiasson wrote: There is also the strange case of mod_perl leaking memory on graceful restarts when compiled as DSO. But I don't feel like getting into this one quite yet. I would believe that is caused by perl, it does keep its global