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

Search results for "Apache::Session::Lock::MySQL"

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 - Search in distribution

Data::Session - Persistent session data management River stage one • 3 direct dependents • 5 total dependents

Data::Session is typically used by a CGI script to preserve state data between runs of the script. This gives the end user the illusion that the script never exits. It can also be used to communicate between 2 scripts, as long as they agree beforehan...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

Apache::Session::SQLite - use DBD::SQLite for Apache::Session storage River stage zero No dependents

This module is equal to the following. tie %hash,'Apache::Session::Flex',$id,{ Store => 'MySQL', Lock => 'Null', Generate => 'MD5', Serialize => 'Base64', DataSource => 'dbi:SQLite:dbname=/tmp/hoge.db'};...

KOBAYASI/Apache-Session-SQLite-0.21 - 01 May 2002 09:19:28 UTC - Search in distribution

DBIx::Web - Active Web Database Layer River stage zero No dependents

This is a database layer for Perl scripts, implementing triggers, record versioning, access control at the record level, file attachments to records, materialised views. There is a web user interface also. Based on DBI and DB_File data engines. Based...

MAKAROW/DBIx-Web-0.80 - 30 Oct 2013 17:22:21 UTC - Search in distribution

App::Fetchware - App::Fetchware is Fetchware's API used to make extensions. River stage zero No dependents

App::Fetchware represents fetchware's API. For ducumentation on how to use App::Fetchware's fetchware command line interface see fetchware. It is the heart and soul of fetchware where all of fetchware's main behaviors are kept. It is fetchware's API,...

DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution

DBD::Firebird - DBI driver for Firebird RDBMS server River stage zero No dependents

DBD::Firebird is a Perl module which works with the DBI module to provide access to Firebird databases....

DAM/DBD-Firebird-1.34 - 05 Dec 2021 08:26:04 UTC - Search in distribution

DBD::InterBase - DBI driver for Firebird and InterBase RDBMS server River stage zero No dependents

DBD::InterBase is a Perl module which works with the DBI module to provide access to Firebird and InterBase databases....

EDPRATOMO/DBD-InterBase-0.48 - 08 Jan 2008 09:42:50 UTC - Search in distribution

Apache::SessionX - An extented persistence framework for session data River stage one • 3 direct dependents • 3 total dependents

Apache::SessionX extents Apache::Session. It was initialy written to use Apache::Session from inside of HTML::Embperl, but is seems to be usefull outside of Embperl as well, so here is it as standalone module. Apache::Session is a persistence framewo...

GRICHTER/Apache-SessionX-2.01 - 15 Nov 2005 05:21:49 UTC - Search in distribution

Apache::Session::MariaDB - An implementation of Apache::Session using MariaDB River stage zero No dependents

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

BPS/Apache-Session-MariaDB-0.01 - 19 Jan 2024 14:46:59 UTC - Search in distribution

HTML::Embperl - Building dynamic Websites with Perl River stage zero No dependents

Embperl is a Perl extension module which gives you the power to embed Perl code directly in your HTML documents (like server-side includes for shell commands). If building more than a single page, you may also want to take a look at "perldoc EmbperlO...

GRICHTER/HTML-Embperl-1.3.6 - 15 Feb 2003 19:33:11 UTC - Search in distribution

Apache::Session::Wrapper - A simple wrapper around Apache::Session River stage one • 5 direct dependents • 8 total dependents

This module is a simple wrapper around Apache::Session which provides some methods to simplify getting and setting the session id. It can uses cookies to store the session id, or it can look in a provided object for a specific parameter. Alternately,...

YVES/Apache-Session-Wrapper-0.34 - 21 May 2010 07:36:59 UTC - Search in distribution

Apache2::PageKit::Session - Session Handling River stage zero No dependents

An adaptation of Apache::Session to work with Apache2::PageKit...

BORISZ/Apache2-PageKit-2.15 - 17 Oct 2007 23:14:40 UTC - Search in distribution

Apache2::Controller::Session - Apache2::Controller with Apache::Session River stage zero No dependents

This is a module to make an Apache::Session store available to methods in your controllers. It is not just a session id - if you just need a tracking mechanism or a way to store data in cookies, you should roll your own handler with Apache2::Cookie. ...

MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC - Search in distribution

Apache::Session::Memorycached - An implementation of Apache::Session River stage zero No dependents

This module is an implementation of Apache::Session. It uses the memcached system backing store . You may specify servers (principal) and locals caches for locking in arguments to the constructor. See the example, and the documentation for Apache::Se...

EGERMAN/Apache-Session-Memorycached-2.2.1 - 15 Feb 2008 10:59:32 UTC - Search in distribution

Apache::SessionManager - mod_perl 1.0/2.0 session manager extension to manage sessions over HTTP requests River stage one • 1 direct dependent • 1 total dependent

Apache::SessionManager is a mod_perl (1.0 and 2.0) module that helps session management of a web application. This module is a wrapper around Apache::Session persistence framework for session data. It creates a session object and makes it available t...

ENRYS/Apache-SessionManager-1.03 - 07 Nov 2004 19:29:13 UTC - Search in distribution

Apache::Hendrix::Session - Provide helper functions for Hendrix apps River stage zero No dependents

ZEDORIAH/Apache-Hendrix-v0.3.0 - 27 Oct 2013 11:17:10 UTC - Search in distribution

Apache::AppSamurai::Tracker - Apache::AppSamurai scratch-pad/tracking storage River stage zero No dependents

This module is a subclass of Apache::Session that can be used to share non-sensitive information between multiple Apache server processes. Its main use is to provide storage of IP login failures and other non-session data for Apache::AppSamurai. The ...

PAULDOOM/Apache-AppSamurai-1.01 - 03 May 2008 07:10:21 UTC - Search in distribution

CGI::Session::Driver::flexmysql - flexible MySQL driver for CGI::Session River stage zero No dependents

FlexMySQL is a CGI::Session driver to store session data in MySQL table. It differs from the original mysql driver in several ways: 1. FlexMySQL lets you completely customize your table setup each time you create a new session object. No more setting...

JBUHACOFF/CGI-Session-Driver-flexmysql-0.2.04 - 23 Jul 2005 17:50:58 UTC - Search in distribution

Apache::Session::Serialize::YAML - use YAML for serialization River stage zero No dependents

Apache::Session::Serialize::YAML enables you to use YAML (YAML Ain't Makeup Language [tm]) for Apache::Session serialization format. YAML is a generic data serialization language for scripting languages, so this module can be a good start to share se...

MIYAGAWA/Apache-Session-Serialize-YAML-0.02 - 18 Jul 2002 07:43:43 UTC - Search in distribution
25 results (0.084 seconds)