Re: [JDBC] Re: [INTERFACES] PostgreSQL and PHP persistent connections

2001-03-19 Thread Bruce Momjian
> Bruce Momjian <[EMAIL PROTECTED]> writes: > > > > > I don't think that belongs in jdbc. It is the connection pooling code > > that should execute those statements before passing over a new > > connection. No reason to have it for all jdbc users. > > Well, I think most connection pools peopl

Re: [JDBC] Re: [INTERFACES] PostgreSQL and PHP persistent connections

2001-03-19 Thread Gunnar R|nning
Bruce Momjian <[EMAIL PROTECTED]> writes: > > I don't think that belongs in jdbc. It is the connection pooling code > that should execute those statements before passing over a new > connection. No reason to have it for all jdbc users. Well, I think most connection pools people use are databa

[JDBC] Re: [INTERFACES] PostgreSQL and PHP persistent connections

2001-03-19 Thread Bruce Momjian
> At 14:12 07/02/01 -0500, Bruce Momjian wrote: > >Thies, we talked at LinuxWorld about improving the reliability of > >persistent PostgreSQL connections in PHP. > > > >I believe the problem is that persistent connections sometime do not > >pass clean sessions because of open transactions and SET

[JDBC] Re: [INTERFACES] PostgreSQL and PHP persistent connections

2001-02-07 Thread Peter Mount
At 14:12 07/02/01 -0500, Bruce Momjian wrote: >Thies, we talked at LinuxWorld about improving the reliability of >persistent PostgreSQL connections in PHP. > >I believe the problem is that persistent connections sometime do not >pass clean sessions because of open transactions and SET changes to t