Re: [Boston.pm] Limiting compiled code in Daemons.
James Eshelman <[email protected]>
| Newsgroups | gmane.comp.lang.perl.perl-mongers.boston |
|---|---|
| Message-ID | <[email protected]> |
I'm conjecturing that the "beefy modules in rarely encountered branches" issue was precisely that author's concern. The functions in the daemons were all pretty much orthogonal. There was just a tiny bit of shared functionality. > > --- Original message --- > Subject: Re: [Boston.pm] Limiting compiled code in Daemons. > From: Jerrad Pierce <[email protected]> > To: Jame Eshelman <[email protected]> > Cc: <[email protected]> > Date: Thursday, 29/06/2017 10:17 AM > > Other than beefy modules used in rarely encountered branches, > it seems like the goal should be to load as much as you can early > so that your children can share code pages, no?