The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mail::MtPolicyd::SessionCache::Memcached - session cache adapter for memcached

VERSION

version 2.02

SYNOPSIS

  <SessionCache>
    module = "Memcached"
    #memcached = "memcached"
    # expire session cache entries
    expire = "300"
    # wait timeout will be increased each time 50,100,150,... (usec)
    lock_wait=50
    # abort after n retries
    lock_max_retry=50
    # session lock times out after (sec)
    lock_timeout=10
  </SessionCache>

PARAMETERS

memcached (default: memcached)

Name of the database connection to use.

You have to define this connection first.

see Mail::MtPolicyd::Connection::Memcached

expire (default: 5*60)

Timeout in seconds for sessions.

lock_wait (default: 50)

Timeout for retry when session is locked in milliseconds.

The retry will be done in multiples of this timeout.

When set to 50 retry will be done in 50, 100, 150ms...

lock_max_retry (default: 50)

Maximum number of retries before giving up to obtain lock on a session.

lock_timeout (default: 10)

Timeout of session locks in seconds.

AUTHOR

Markus Benning <ich@markusbenning.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991