Re: Shutdown hook imp

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>, "pgsql-patches(at)postgresql(dot)org" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Shutdown hook imp
Date: 2001-07-10 19:45:43
Message-ID: 3B4B5B67.A7B84B9D@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Barry Lind wrote:
>
> I don't think this patch is a good idea because:
>
> a) its only purpose is to supress warning messages in the server log
> when the client isn't coded properly (i.e. the client application should
> be closing connections gracefully/explicitly before calling exit()).

For some people (like me) it isn't that simple to close the connection
objects because of the asyncronous nature of their applications.
>
> b) The costs of this patch are great IMHO:
> 1) increased complexity by having a JDK1.3 specific build

We could just catch the NoSuchMethodError so when it is run on a jdk <
1.3 there will be no problem.

> 2) increased support costs (why I am getting error XXX when I run
> under JRUN?) (I have already seen more emails to the list about having
> problems with this feature than I have ever saw about the warning
> messages it supresses).

Could be solved by documentation.

> 3) Increased complexity for users needing to run under JRUN (and
> possibly other JSEE servers) because it requires editing the security
> manager settings to allow the JDBC driver to do this privileged operation.

I posted the code for the policy file before. If people use that there
won't be any problems.
Even better if the distributed jar files were signed we could have
policy file entries that would just grant the permission for code that
was signed by postgres.

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ned Wolpert 2001-07-10 20:21:47 RE: Re: Shutdown hook imp
Previous Message Joseph Shraibman 2001-07-10 19:40:12 Re: Re: Backups WAS: 2 gig file size limit

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-10 19:47:47 Time to read pg_hba.conf (Re: [PATCHES] [PATCH] Patch to make...)
Previous Message Joseph Shraibman 2001-07-10 19:40:12 Re: Re: Backups WAS: 2 gig file size limit