in reply to Re: Re: Re: gigantic daemons
in thread gigantic daemons

Thanks, Eric. I seem to get similar results with "free" and "top". I do, indeed, "use" several modules in the daemons, which must explain why they aren't shared as I think they should be. (Even so, 5.6MB seems excessive...). Thanks very much for the help.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: gigantic daemons
by bart (Canon) on Sep 03, 2003 at 09:29 UTC
    use does its magic at compile time. If the daemons are loaded before the fork, then they should be shared. Well, as much as the main script, anyway.