in reply to Hitting memory limit? (ActiveState Perl)
Without seeing actual code, it's difficult to give any more specific tips, but in general, when you start running out of memory it's time to reconsider your design philosophy. Often this means taking that step into the world of databases.
The DBI module, and DBD::SQLite can help to ease the pain of such a transition.
Update: Corrected typo where DBD::SQLite was referred to as DBM::SQLite
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Hitting memory limit? (ActiveState Perl)
by NYTAllergy (Initiate) on Jan 22, 2004 at 14:14 UTC | |
by davido (Cardinal) on Jan 22, 2004 at 14:22 UTC |