> Note that if they do get called this will end up using more memory than if > you had just loaded them during startup, since they won't be shared between > child processes. Original assumption is that they are called infrequently. You'll also find that the amount of memory sucked up by a single subroutine isn't much, less than pre-loading possibly 10' s of sub's that never get called. sl
- API Design Question Shawn Devlin
- Re: API Design Question James G Smith
- Re: API Design Question Shawn Devlin
- Re: API Design Question Per Einar
- Re: API Design Question Shawn Devlin
- Re: API Design Question Martin Redington
- RE: API Design Question Joe Breeden
- Re: API Design Question Steven Lembark
- Re: API Design Question Perrin Harkins
- Re: API Design Question Steven Lembark
- Re: API Design Question Stas Bekman