Apache::Session::Store::SharedMem

Apache::Session::Store::SharedMem can store persistent data in shared memory.
Download

Apache::Session::Store::SharedMem Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Wistow
  • Publisher web site:
  • http://search.cpan.org/~simonw/

Apache::Session::Store::SharedMem Tags


Apache::Session::Store::SharedMem Description

Apache::Session::Store::SharedMem can store persistent data in shared memory. Apache::Session::Store::SharedMem can store persistent data in shared memory.SYNOPSIS use Apache::Session::Store::SharedMem; my $store = new Apache::Session::Store::SharedMem; $store->insert($ref); $store->update($ref); $store->materialize($ref); $store->remove($ref);This module fulfills the storage interface of Apache::Session. The serialized objects are stored in shared memory.OPTIONSThis module can optionally take one argument in the usual Apache::Session style. The name of the option is expires_in, and the value is the amount of time, in seconds, that the data in the session will expire in. # session wil expire in a day tie %s, 'Apache::Session::SharedMem', undef, { expires_in => 86400 }; Requirements: · Perl


Apache::Session::Store::SharedMem Related Software