Re: DBI Proxy Ping
- From: Tim.Bunce@xxxxxxxxx (Tim Bunce)
- Date: Tue, 21 Jun 2005 01:16:29 +0100
Thanks George.
Can you resend that using 'diff -u' (or 'diff -C') run from the root od
the source directory, i.e., diff -u ./lib/DBD/Proxy.pm.orig ./lib/DBD/Proxy.pm.new
That way the patch is 'safe' (due to the context) and can be applied
more easily from my mail reader.
Thanks!
Tim.
On Mon, Jun 20, 2005 at 11:14:58AM -0700, Campbell, George wrote:
> I'm not sure if there is a reason why this hasn't been done already but
> we've been having problems integrating Apache::DBI caching and
> DBD::Proxy to DBD::Pg without the ping functionality.
>
> # diff DBI/ProxyServer.pm.orig DBI/ProxyServer.pm.new
> 90a91
> > 'ping' => 1,
>
> # diff DBD/Proxy.pm.orig DBD/Proxy.pm.new
> 297a298,306
> > sub ping () {
> > my ($dbh) = @_;
> > my $rdbh = $dbh->{'proxy_dbh'};
> > my $res = eval { $rdbh->ping(); };
> >
> > return $res;
> > }
> >
> >
.
- References:
- DBI Proxy Ping
- From: George Campbell
- DBI Proxy Ping
- Prev by Date: RE: Cannot find DBD-Oracle.ppd
- Next by Date: bug report: latest DBI leaks memory
- Previous by thread: DBI Proxy Ping
- Next by thread: Cannot find DBD-Oracle.ppd
- Index(es):
Relevant Pages
|
|