Re: mod_perl as a DSO and creating a developer environment questions

2000-01-05 Thread Cliff Rayman
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

Re: mod_perl as a DSO and creating a developer environment questions

2000-01-05 Thread Frank D. Cringle
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