RE: Perl Memory Management

2002-02-13 Thread Balint, Jess
You may want to post this question on [EMAIL PROTECTED] I'm sure somebody will have a good answer for you. I have been dealing with similar scripts lately, and have even gotten 'out of memory' errors from perl on solaris with 9 gigs of swap. Maybe there is some kind of perl module that would be ab

Re: Perl Memory Management

2002-02-13 Thread Chris Devers
On Wed, 13 Feb 2002, James Edward Gray II wrote: > I know Perl frees you from a lot of memory concerns Well, you don't have to fiddle around with pointers & such, but that doesn't mean that you're really "free from memory concerns". The issues are still there; they just aren't shoved in your fac