Re: [Perl-unix-users] Thoritical limits on perl processes

2003-08-18 Thread Edward Moon
. On Mon, 18 Aug 2003, Subrahmanyam Vadlamani wrote: > Date: Mon, 18 Aug 2003 07:36:19 -0700 (PDT) > From: Subrahmanyam Vadlamani <[EMAIL PROTECTED]> > To: perl-unix <[EMAIL PROTECTED]>, > perl-win32 <[EMAIL PROTECTED]> > Subject: [Perl-unix-users] Thori

[Perl-unix-users] Thoritical limits on perl processes

2003-08-18 Thread Subrahmanyam Vadlamani
Hi: Suppose I want to read in large text files and want to do something with them. Are there any theoritical limits on the process size of a perl script? My scripts are going to be running on an AIX 5.1 machine with quite a bit of RAM (about 8 GB RAM). I will be using perl 5.6.0. thanks for th