Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Apache::Session::Store::Memcached 0.03

    Download button

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

    License / Price:

    Last Updated:

    Category:
    Enrico Sorcinelli | More programs
    Perl Artistic License / FREE
    October 15th, 2007, 01:05 GMT [view history]
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Apache::Session::Store::Memcached description

    A module which can store persistent data using memcached (memory cache daemon) for Apache::Session

    Apache::Session::Store::Memcached module can store persistent data using memcached (memory cache daemon) for Apache::Session storage.

    SYNOPSIS

    tie %session, 'Apache::Session::Memcached', $sid, {
    Servers => '10.0.0.1:20000 10.0.0.2:20000',
    NoRehash => 1,
    Readonly => 0,
    Debug => 1,
    CompressThreshold => 10_000
    };


    # use with another locking/generation/serializaion scheme

    use Apache::Session::Flex;

    tie %session, 'Apache::Session::Flex', $id, {
    Store => 'Memcached',
    Lock => 'Null',
    Generate => 'MD5',
    Serialize => 'Storable',
    Servers => '10.0.0.1:20000 10.0.0.2:20000',
    };


    Apache::Session::Store::Memcached implements the storage interface for Apache::Session using Cache::Memcached frontend to memcached.

    CONFIGURATIONS

    This module wants to know standard options for Cache::Memcached. You can specify these options as Apache::Session's tie options like this:

    tie %session, 'Apache::Session::Memcached', $sid, {
    Servers => '10.0.0.1:20000 10.0.0.2:20000',
    Debug => 1
    };

    Note that spelling of options are slightly different from those for Cache::Memcached.

    'Servers', 'NoRehash', 'Readonly', 'Debug' and 'CompressThreshold' are the corrispondant to 'servers', 'no_rehash', 'readonly', 'debug' and 'compress_threshold' Cache::Memcached parameters.

    In addition 'Server' can be either a scalar of the form 'IP:port IP:port ...', either an arrayref of hosts (as required by Cache::Memcached).

    Product's homepage

    Requirements:

    · Perl

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

    · Fixed 'remove' session method with 'delete' Cache::Memcached call
    · Added delete calls in tests

      


    TAGS:

    store persistent data | memory cache daemon | Apache::Session storage | Apache | storage | memcached

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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