Title: RE: [Perl-unix-users] Thoritical limits on perl processes
Hi,
 
You may also want to ask yourself whether reading the whole file into memory rather than processing it line by line is a good idea if the file size is large.
This all depends on what you are doing with the file's contents of course. If it's a binary file, you can process it in chunks too.
 
Regards
 
Marty
----- Original Message -----
Sent: Monday, August 18, 2003 4:59 PM
Subject: RE: [Perl-unix-users] Thoritical limits on perl processes

AFAIK, it is limited by your RAM not Perl. Some things you may want to read:

perldoc -q memory
perldoc perlaix



-----Original Message-----
From: Subrahmanyam Vadlamani [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 18, 2003 10:36 AM
To: perl-unix; perl-win32
Subject: [Perl-unix-users] Thoritical limits on perl processes


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 the information.

Satish


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to