Re: Patch to remove connection hook and JDK 1.3 dependencies

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Barry Lind <barry(at)xythos(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Patch to remove connection hook and JDK 1.3 dependencies
Date: 2001-07-09 22:56:57
Message-ID: 3B4A36B9.EBC8A057@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Joseph Shraibman wrote:
>
<snip>

OK I looked at ConnectionHook in the cvs and there is obviously code
there to close the connections, but where is the code that calls
ConnectionHook.open()? That's probably the problem.

Also a Vector should be used instead of an ArrayList because there could
be multiple threads accessing the jdbc driver at the same time. It
could be that open() and close() are only supposed to be called from
code that is locked anyway but I can't verify that.

Also I'm wondering why there is a ConnectionHook class at all. It seems
to me it would be better to have this stuff in Connection itself and we
wouldn't have to do that strange workaround of calling init().

If I can connect to the cvs I'll try and code it.

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2001-07-09 23:48:41 Re: Backups WAS: 2 gig file size limit
Previous Message Barry Lind 2001-07-09 22:44:50 Re: [PATCH] Cleanup of JDBC character encoding

Browse pgsql-patches by date

  From Date Subject
Next Message Joseph Shraibman 2001-07-09 23:48:41 Re: Backups WAS: 2 gig file size limit
Previous Message Barry Lind 2001-07-09 22:44:50 Re: [PATCH] Cleanup of JDBC character encoding