Apache::Session::MySQL::NoLock man page on OpenSuSE

Man page or keyword search:  
man Server   25941 pages
apropos Keyword Search (all sections)
Output format
OpenSuSE logo
[printable version]

Apache::Session::MySQLUserLContributed Perl DApache::Session::MySQL::NoLock(3)

NAME
       Apache::Session::MySQL::NoLock - An implementation of
       Apache::Session::MySQL without locking

SYNOPSIS
	use Apache::Session::MySQL::NoLock;

	#if you want Apache::Session to open new DB handles:

	tie %hash, 'Apache::Session::MySQL::NoLock', $id, {
	   DataSource => 'dbi:mysql:sessions',
	   UserName => $db_user,
	   Password => $db_pass,
	};

	#or, if your handles are already opened:

	tie %hash, 'Apache::Session::MySQL::NoLock', $id, {
	   Handle => $dbh,
	};

	To configure the non-locking session store in RT (what I use this module for),
	put the following into your C<RT_SiteConfig.pm> module:

	   Set($WebSessionClass , 'Apache::Session::MySQL::NoLock');

DESCRIPTION
       This module is an implementation of Apache::Session. It uses the MySQL
       backing store and the Null locking scheme. See the example, and the
       documentation for Apache::Session::Store::MySQL for more details.

WARNING
       This module explicitly DOES NOT DO ANY LOCKING. This can cause your
       session data to be overwritten or stale data to be read by subsequent
       requests.

       This CAN CAUSE LARGE PROBLEMS IN YOUR APPLICATION.

AUTHOR
       This module was written by Tomas Doran <bobtfish@bobtfish.net>.

SEE ALSO
       Apache::Session::MySQL, Apache::Session::Flex, Apache::Session

perl v5.18.1			  2012-12-24 Apache::Session::MySQL::NoLock(3)
[top]

List of man pages available for OpenSuSE

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net