Re: [MacPerl] out of memory

2003-01-16 Thread Bruce Van Allen
Oops, I accidentally sent this only to Bart. Still getting used to OS X's Mail.app quirks... On Wednesday, January 15, 2003, at 08:16 AM, Bart Lateur wrote: On Wed, 15 Jan 2003 03:25:11 +0100 (MET), Louis Pouzin wrote: Is there a way to handle the error condition "out of memory" ? This may occ

Re: [MacPerl] out of memory

2003-01-15 Thread Bart Lateur
On Wed, 15 Jan 2003 03:25:11 +0100 (MET), Louis Pouzin wrote: >Is there a way to handle the error condition "out of memory" ? >This may occur when reading a whole file of unpredictable size. >Recovering control could allow to switch to a different method. You might try to wrap it all in an eval {

[MacPerl] out of memory

2003-01-15 Thread Louis Pouzin
Hi, Is there a way to handle the error condition "out of memory" ? This may occur when reading a whole file of unpredictable size. Recovering control could allow to switch to a different method. I've tried "warn", but it doesn't seem to work in this case. open IN, " or warn 'problem with IN'}; pr

Re: [MacPerl] Out of Memory!

2001-11-14 Thread Carsten Buchholz
Morbus Iff wrote: > ... "Get Info" on the MacPerl application, and double or triple the > amount of memory that it can use. Last I checked my MacPerl, I had it using > a minimum of 40 megs and a max of 80. I had the experience that big hashes do NOT work better if I grant MacPerl 200 MB instead

Re: [MacPerl] Out of Memory!

2001-11-14 Thread Morbus Iff
>I have a new G4 that came with OS X and OS 9.2 already installed. I have >rewriten the code and still it does not seem to work. It says Out of Memory! >Out of Memory! Out of Memory! Is it trying to find the Perl that came with >OS X or what. I have had this thing work on my iMac before I got

[MacPerl] Out of Memory!

2001-11-14 Thread Josh Kirk
I have a new G4 that came with OS X and OS 9.2 already installed. I have rewriten the code and still it does not seem to work. It says Out of Memory! Out of Memory! Out of Memory! Is it trying to find the Perl that came with OS X or what. I have had this thing work on my iMac before I got this New

Re: [MacPerl] out of memory

2001-03-16 Thread Phil Holland
May I suggest one big check? Make sure that its not reading in an entire file at once. That caused me many problems with my first tries at bulletin board CGIs - and requires an unreasonably large amount of memory to be devoted to the script. --- "I ca

Re: [MacPerl] out of memory

2001-03-15 Thread David Steffen
At 9:47 PM -0500 3/15/01, Dan Wolchonok wrote: >I have a bunch of other programs that run fine on the server An important consideration is that EACH CGI is a DIFFERENT program; increasing the memory for one will not affect another. >the script isn't too intense Well, taken at face value, this

Re: [MacPerl] out of memory

2001-03-15 Thread Dan Wolchonok
uot;Dan Wolchonok" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 15, 2001 9:37 PM Subject: Re: [MacPerl] out of memory > At 9:25 PM -0500 3/15/01, Dan Wolchonok wrote: > > >i'm using webstar 4.0 and i installed macperl. > > > >i have b

Re: [MacPerl] out of memory

2001-03-15 Thread David Steffen
At 9:25 PM -0500 3/15/01, Dan Wolchonok wrote: >i'm using webstar 4.0 and i installed macperl. > >i have been writing cgi scripts to put up a bulletin board system, >and i have just encountered this problem : when i request a certain >cgi script, webstar returns the error : Out of Memory > >I c

[MacPerl] out of memory

2001-03-15 Thread Dan Wolchonok
i'm using webstar 4.0 (i think - more precisely, my school is) and i installed macperl. i have been writing cgi scripts to put up a bulletin board system, and i have just encountered this problem : when i request a certain cgi script, webstar returns the error : Out of Memory I checked the mac