Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    DBIx::Retry 0.004

    Download button

    No screenshots available
    Downloads: 106  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Hartmut Behrens | More programs
    Perl Artistic License / FREE
    March 23rd, 2012, 06:22 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    DBIx::Retry description

    DBIx::Connector with the ability to retry the run method for a specified amount of time

    DBIx::Retry is an extended version 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.

    SYNOPSIS

     use DBIx::Retry;
     my $conn = DBIx::Retry->new($dsn, $user, $tools, {retry_time => 5});
     
     # all other method are inherited from DBIx::Connector
     my $dbh = $conn->dbh; #get a database handle
     
     # Do something with the handle - will retry for specified amount of time, should the database connection be lost
     $conn->run(fixup => sub {
     $_->do('INSERT INTO foo (name) VALUES (?)', undef, 'Fred' );
     });



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    DBIx::Connector extender | Perl module | Perl | DBIx::Connector | extender

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM