|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Persistant data with Masonby friedo (Prior) |
| on Feb 11, 2005 at 13:20 UTC ( [id://430200]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
In mod_perl, each Apache child process gets its own interpreter. So while package variables will be persistent, each Apache child will have a separate instance. Perhaps a lightweight solution like DB_File or DBD::SQLite might work for your purposes.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||