[postgis-users] How to terminate postgres.exe processes automatically after queries

Nicolas Ribot nicky666 at gmail.com
Fri Jun 2 00:59:45 PDT 2006


Hi Baris,
Do you explicitly close all JDBC connections in your java code (maybe
in a finally block in case an exception occurs in your program) ?
Also, using a connection pool to recycle connections may help you

Nicolas

On 6/2/06, Baris YILMAZ <baris_999 at yahoo.com> wrote:
> Hi all,
>
> I have a problem. I have a Java application which executes many spatial
> queries with postgresql database with JDBC.
>
> After the queries are executed, if I open the task manager, I still see many
> postgres.exe prozesses (may be 60) which are still working, each of them
> approx. 3000 kB. I have to end them manually.
>
> Can anyone tell me how to end these processes automatically, after my
> postgresql connection has been terminated?
>
> Thank you
>
> Baris
>
>
> ________________________________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail Beta.
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>
>



More information about the postgis-users mailing list