RE: Hitting memory limit, or paging problem?

2004-01-22 Thread Scheidel, Greg (Contractor)
Title: RE: Hitting memory limit, or paging problem? intertwingled wrote: Try tieing the hashes to a database. Thanks, I'll definitely investigate that option. Any suggestions on the best methodology / module to use, and good online reference material to start me off? A quick CPAN

Hitting memory limit, or paging problem?

2004-01-21 Thread Scheidel, Greg (Contractor)
I'm running a pretty general 'log processing' Perl script, where I open log files one at a time, read the lines, parse them and update counters, then close and read the next log file. The hash I'm storing data in can grow over time, as new users are found and added to the tally list. The number

Re: Hitting memory limit, or paging problem?

2004-01-21 Thread intertwingled
Try tieing the hashes to a database. Scheidel, Greg (Contractor) wrote: I'm running a pretty general 'log processing' Perl script, where I open log files one at a time, read the lines, parse them and update counters, then close and read the next log file. The hash I'm storing data in can grow