Additionally, one thing that is not clear, is how much memory
would actually be saved by building it as DSO.
It will not be used by any non-apache binaries, and when built
statically, most of it ends up in shared memory in any case.
cliff rayman
genwax.com
"Frank D. Cringle" wrote:
> Jeff Mac
Jeff Macdonald <[EMAIL PROTECTED]> writes:
> Hi,
> I've read the archives, and from what I can tell, mod_perl sometimes
> works as a DSO, and other times doesn't. I've seen Frank Cringle say it
> works, then later to link static. I've seen Doug say it should work.
> I've seen other say it works, b
Hi,
I've read the archives, and from what I can tell, mod_perl sometimes
works as a DSO, and other times doesn't. I've seen Frank Cringle say it
works, then later to link static. I've seen Doug say it should work.
I've seen other say it works, but you can't load other DSO's (like PHP).
I can't ge