Search results for "dist:Apache-Session"

Apache::Session - A persistence framework for session data River stage two • 30 direct dependents • 43 total dependents

Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also wo...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::File - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

This module is an implementation of Apache::Session. It uses the File backing store and the File locking scheme. You must specify the directory for the object store and the directory for locking in arguments to the constructor. See the example, and t...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Flex - Specify everything at runtime River stage two • 30 direct dependents • 43 total dependents

This module is an implementation of Apache::Session. Unlike other implementations, it allows you to specify the backing store, locking scheme, ID generator, and data serializer at runtime. You do this by passing arguments in the usual Apache::Session...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::MySQL - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

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

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Sybase - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

This module is an implementation of Apache::Session. It uses the Sybase backing store and the Null locking scheme. See the example, and the documentation for Apache::Session::Store::Sybase (also for the parameters that get passed to the backing store...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Oracle - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

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

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::DB_File - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

This module is an implementation of Apache::Session. It uses the DB_File backing store and the File locking scheme. You must specify the filename of the database file and the directory for locking in arguments to the constructor. See the example, and...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Postgres - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

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

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Informix - An implementation of Apache::Session River stage two • 30 direct dependents • 43 total dependents

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

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

lib/Apache/Session/Store/DBI.pm River stage two • 30 direct dependents • 43 total dependents

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Lock::File - Provides mutual exclusion using flock River stage two • 30 direct dependents • 43 total dependents

Apache::Session::Lock::File fulfills the locking interface of Apache::Session. Mutual exclusion is achieved through the use of temporary files and the "flock" function....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Lock::Null - Does not actually provides mutual exclusion River stage two • 30 direct dependents • 43 total dependents

Apache::Session::Lock::Null fulfills the locking interface of Apache::Session, without actually doing any work. This is the module to use if you want maximum performance and don't actually need locking....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Lock::MySQL - Provides mutual exclusion using MySQL River stage two • 30 direct dependents • 43 total dependents

Apache::Session::Lock::MySQL fulfills the locking interface of Apache::Session. Mutual exclusion is achieved through the use of MySQL's GET_LOCK and RELEASE_LOCK functions. MySQL does not support the notion of read and write locks, so this module onl...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Store::File - Store persistent data on the filesystem River stage two • 30 direct dependents • 43 total dependents

This module fulfills the storage interface of Apache::Session. The serialized objects are stored in files on your filesystem....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Lock::Sybase - Provides mutual exclusion using Sybase River stage two • 30 direct dependents • 43 total dependents

Apache::Session::Lock::Sybase fulfills the locking interface of Apache::Session. Mutual exclusion is achieved through the use of Sybase's sp_getapplock and sp_releaseapplock functions. Sybase does not support the notion of read and write locks, so th...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Store::MySQL - Store persistent data in a MySQL database River stage two • 30 direct dependents • 43 total dependents

Apache::Session::Store::MySQL fulfills the storage interface of Apache::Session. Session data is stored in a MySQL database....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::MySQL::NoLock - An implementation of Apache::Session::MySQL without locking River stage two • 30 direct dependents • 43 total dependents

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....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Store::Sybase - Store persistent data in a Sybase database River stage two • 30 direct dependents • 43 total dependents

Apache::Session::Store::Sybase fulfills the storage interface of Apache::Session. Session data is stored in a Sybase database....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Generate::MD5 - Use MD5 to create random object IDs River stage two • 30 direct dependents • 43 total dependents

This module fulfills the ID generation interface of Apache::Session. The IDs are generated using a two-round MD5 of a random number, the time since the epoch, the process ID, and the address of an anonymous hash. The resultant ID number is highly ent...

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC

Apache::Session::Store::Oracle - Store persistent data in a Oracle database River stage two • 30 direct dependents • 43 total dependents

Apache::Session::Store::Oracle fulfills the storage interface of Apache::Session. Session data is stored in a Oracle database....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC
30 results (0.02 seconds)