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

Search results for "module:DBIx::Timeout"

DBIx::Timeout - provides safe timeouts for DBI calls River stage zero No dependents

This module provides a safe method of timing out DBI requests. An unsafe method is described in the DBI docs: http://search.cpan.org/~timb/DBI/DBI.pm#Signal_Handling_and_Canceling_Operations The problem with using POSIX sigaction() (the method descri...

SAMTREGAR/DBIx-Timeout-1.01 - 19 Sep 2006 19:57:18 UTC

DBIx::HA - High Availability package for DBI River stage zero No dependents

"DBIx::HA" is a High Availability module for "DBI". It is implemented by overloading the DBI "connect", "prepare" and "execute" methods and can be seamlessly used without code modification except for initialization. "DBIx::HA" also works seamlessly w...

MARKSTOS/DBIx-HA-1.1 - 16 Jun 2008 14:28:25 UTC

DBIx::DWIW - Robust and simple DBI wrapper to Do What I Want (DWIW) River stage zero No dependents

NOTE: This module is currently specific to MySQL, but needn't be. We just haven't had a need to talk to any other database server. DBIx::DWIW was developed (over the course of roughly 1.5 years) in Yahoo! Finance (http://finance.yahoo.com/) to suit o...

JZAWODNY/DBIx-DWIW-0.50 - 10 Aug 2011 03:49:29 UTC

DBIx::Retry - DBIx::Connector with the ability to retry the run method for a specified amount of time. River stage zero No dependents

DBIx::Retry is extended from DBIx::Connector. It adds the ability to keep retrying to connect to a database for a specified amount of time in order to execute DBIx::Connector's run method....

HABE/DBIx-Retry-0.004 - 22 Mar 2012 07:20:18 UTC

DBIx::Threaded - Proxy class to permit DBI objects to be shared by multiple threads River stage zero No dependents

DBIx::Threaded provides a subclass of DBI that provides wrappers for standard DBI objects to permit them to be used by multiple threads. Due to the limitations of threading and tied objects in Perl 5, DBI (as of version 1.48), does not permit DBI-gen...

DARNOLD/DBIx-Threaded-0.10 - 28 Aug 2005 19:16:56 UTC

DBIx::DBH::Sybase - Sybase DBI database handle connection specifics. River stage zero No dependents

TBONE/DBIx-DBH-1.0 - 05 Jul 2011 20:29:06 UTC

DBIx::QueryByName - Execute SQL queries by name River stage zero No dependents

DBIx::QueryByName allows you to decouple SQL code from Perl code by replacing inline SQL queries with method calls. The idea is to write the code of your SQL queries somewhere else than in your perl code (in a XML file for example) and let DBIx::Quer...

ERWAN/DBIx-QueryByName-0.18 - 07 Jul 2010 14:02:21 UTC

DBIx::Connector::Retry - DBIx::Connector with block retry support River stage one • 2 direct dependents • 3 total dependents

DBIx::Connector::Retry is a Moo-based subclass of DBIx::Connector that will retry on failures. Most of the interface was modeled after DBIx::Class::Storage::BlockRunner and adapted for use in DBIx::Connector....

GSG/DBIx-Connector-Retry-v0.900.3 - 15 Aug 2022 21:15:18 UTC

DBIx::ParseError::MySQL - Error parser for MySQL River stage one • 2 direct dependents • 2 total dependents

This module is a database error categorizer, specifically for MySQL. This module is also compatible with Galera's WSREP errors....

GSG/DBIx-ParseError-MySQL-v1.0.3 - 07 Feb 2023 16:22:46 UTC

DBIx::RetryOverDisconnects - DBI wrapper that helps to deal with databases connection problems River stage zero No dependents

This wrapper intercepts all requests. If some request fails this module detects the reason of fail. If the reason was database connection problem then wrapper would automatically reconnect and restart the query. Otherwise it would rethrow the excepti...

SYBER/DBIx-RetryOverDisconnects-0.12 - 08 Feb 2013 10:57:18 UTC

DBIx::Connector::Retry::MySQL - MySQL-specific DBIx::Connector with retry support River stage zero No dependents

DBIx::Connector::Retry::MySQL is a subclass of DBIx::Connector::Retry that will explicitly retry on MySQL-specific transient error messages, as identified by DBIx::ParseError::MySQL, using Algorithm::Backoff::RetryTimeouts as its retry algorithm. Thi...

GSG/DBIx-Connector-Retry-MySQL-v1.0.1 - 18 Aug 2022 20:57:51 UTC

DBIx::Class::Storage::DBI::mysql::Retryable - MySQL-specific DBIC storage engine with retry support River stage zero No dependents

This storage engine for DBIx::Class is a MySQL-specific engine that will explicitly retry on MySQL-specific transient error messages, as identified by DBIx::ParseError::MySQL, using Algorithm::Backoff::RetryTimeouts as its retry algorithm. This engin...

GSG/DBIx-Class-Storage-DBI-mysql-Retryable-v1.0.2 - 15 Aug 2022 21:18:07 UTC

DBIx::PgLink::Adapter::Roles::Reconnect - detect connection loss, reconnect and restart DBI call River stage zero No dependents

The role wraps some calls to DBI methods so that operation that fails due to connection break ( server shutdown, network troubles, etc), is automatically reconnected. Failed operation will be repeated if AutoCommit mode on (no transaction). If transa...

ASVBR/DBIx-PgLink-0.01 - 27 Dec 2007 09:11:40 UTC
13 results (0.036 seconds)