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.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    DBD::Gofer 1.616

    Download button

    No screenshots available
    Downloads: 447  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.5/5)
    14 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Tim Bunce | More programs
    Perl Artistic License / FREE
    February 14th, 2008, 16:02 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    DBD::Gofer description

    A stateless-proxy driver for communicating with a remote DBI.

    DBD::Gofer is a stateless-proxy driver for communicating with a remote DBI.

    SYNOPSIS

    use DBI;

    $original_dsn = "dbi:..."; # your original DBI Data Source Name

    $dbh = DBI->connect("dbi:Gofer:transport=$transport;...;dsn=$original_dsn",
    $user, $passwd, %attributes);

    ... use $dbh as if it was connected to $original_dsn ...

    The transport=$transport part specifies the name of the module to use to transport the requests to the remote DBI. If $transport doesn't contain any double colons then it's prefixed with DBD::Gofer::Transport::.

    The dsn=$original_dsn part must be the last element of the DSN because everything after dsn= is assumed to be the DSN that the remote DBI should use.

    The ... represents attributes that influence the operation of the Gofer driver or transport. These are described below or in the documentation of the transport module being used.

    DBD::Gofer is a DBI database driver that forwards requests to another DBI driver, usually in a seperate process, often on a separate machine. It tries to be as transparent as possible so it appears that you are using the remote driver directly.

    DBD::Gofer is very similar to DBD::Proxy. The major difference is that with DBD::Gofer no state is maintained on the remote end. That means every request contains all the information needed to create the required state. (So, for example, every request includes the DSN to connect to.) Each request can be sent to any available server. The server executes the request and returns a single response that includes all the data.

    This is very similar to the way http works as a stateless protocol for the web. Each request from your web browser can be handled by a different web server process.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    stateless-proxy driver | remote DBI | Perl module | stateless-proxy | driver | remote

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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