Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Apache::Session::Store::Memorycached 2.2.1

    Download button

    No screenshots available
    Downloads: 429  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Eric German | More programs
    Perl Artistic License / FREE
    October 6th, 2007, 13:05 GMT [view history]
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Apache::Session::Store::Memorycached description

    A module which can store persistent data on the network with memcached.

    Apache::Session::Store::Memorycached module can store persistent data on the network with memcached.

    SYNOPSIS

    use Apache::Session::Store::Memorycached;

    my $store = new Apache::Session::Store::Memorycached;

    $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 files on your network in unused memory

    OPTIONS

    This module requires one argument in the usual Apache::Session style. The name of the option is servers, and the value is the same of memcached . Example

    tie %s, 'Apache::Session::Memorycached', undef,
    {servers => ['mymemcachedserver:port'],
    'timeout' => '300',
    'updateOnly' => 1 ,
    'principal' => uid,
    };


    In order to optimize the network ,you can use a local memcached server. All read-only op�ration are sending fisrt at local server .If you need write ou rewrite data , the data is sending at the principal memcached sever and local cache too for synchronisation.

    note : 'updateOnly' => 1 just realize up-date operation not init operation. Init operation is use in order to book and lock the number session but it's not available in this module

    'principal' => uid : this parameter is use to create reverse reference
    like this : MD5_hex(uid) => id_session in memcached
    server . By this it usefull to retrieve id_session from principal name . And add uid_MD5 => MD5_hex(uid) in main session .

    Product's homepage

    Requirements:

    · Perl

    What's New in This Release: [ read full changelog ]

    · original version; created by h2xs 1.22 with options
    · XAn Apache::Session::Memorycached

      


    TAGS:

    store persistent data | memcached storage | Perl module | Apache | memcached | storage

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM