Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Caching hash

by Arunbear (Prior)
on Jun 29, 2009 at 20:38 UTC ( [id://775802]=note: print w/replies, xml ) Need Help??


in reply to Caching hash

Did you try DB_File ?

Replies are listed 'Best First'.
Re^2: Caching hash
by perrin (Chancellor) on Jun 29, 2009 at 20:49 UTC
Re^2: Caching hash
by vit (Friar) on Jun 29, 2009 at 20:51 UTC
    This is associated with BerkleyDB. I did not see there anything about keeping the DB cached between sessions or shearing between processes, or it is possible?
      The DB would be stored on the filesystem, so you can access it via its name between sessions or processes. It would be up to you to manage 'expiry' of the data, unless you use a wrapper like Cache::BerkeleyDB
        Will it work for ActivePerl? I tried to install using ppm and it says "ppm install failed: Can't find any package that provide ..."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://775802]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-24 01:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found