Re: Connection Pooling / TP Monitor

2000-10-27 Thread Jeff Horn
;Matt Sergeant" [EMAIL PROTECTED] To: "Tim Bunce" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; "Jeff Horn" [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, October 27, 2000 7:02 AM Subject: Re: Connection Pooling / TP Monitor On Fri, 27 Oct 2000, Tim Bunce wrote

Connection Pooling / TP Monitor

2000-10-24 Thread Jeff Horn
is plain stupid, I'd also be interested in hearing from you (but be gentle!). If you already have something sort of working along these lines, I'd DEFINITELY be interested in hearing from you! -- Jeff Horn

Re: Auto rollback using Apache::DBI

2000-09-08 Thread Jeff Horn
Yes, I ran into this while I was making a version of Apache::DBI which uses 'reauthenticate' to maintain a single connection per Apache child (per database) and simply reauthenticate on that connection. It turned out that I modified what $Idx was composed of and didn't understand why I was not

Re: Poor man's connection pooling

2000-09-06 Thread Jeff Horn
s. I'd be interested in any input on this course of action! -- Jeff Horn - Original Message - From: "Michael Peppler" [EMAIL PROTECTED] To: "Barrie Slaymaker" [EMAIL PROTECTED] Cc: "Michael Peppler" [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sen

New Version of Apache::DBI which uses 'reauthenticate' instead of caching all connections

2000-08-13 Thread Jeff Horn
as Apache::DBIReauth or somehow meld this with the existing Apache::DBI with some configuration options as to which kind of caching to use. Please let me know what you think! -- Jeff Horn DBI.pm

Fw: Apache::DBI using 'reauthenticate' instead of caching

2000-08-11 Thread Jeff Horn
: Jeff Horn To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Tuesday, June 20, 2000 7:50 PM Subject: RFC: Apache::DBI using 'reauthenticate' instead of caching Gentlemen: John Groenveld suggested that I run this by each of you. I have made a hack to Apache::DBI which uses