in reply to Re^2: Calling a function in a defined time interval in mod perl
in thread Calling a function in a defined time interval in mod perl

I think you'd be better off with Cache::FastMmap because it handles the expiration and can automatically fetch new values from the database when the cached data expires (see the read_cb() method). With BerkeleyDB you would have to do that yourself.
  • Comment on Re^3: Calling a function in a defined time interval in mod perl