From: | Mart Käsper <mart(at)netsoftlund(dot)se> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Q : aborting requests ? |
Date: | 2000-10-04 11:40:08 |
Message-ID: | 39DB1718.119BBBB@netsoftlund.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I read in the docs that each user connection runs as a Unix process
(RedHat Linux in my case).
* suppose one user has several connections to the database (through
JDBC). He/she performs a query but after a while loses interest -
is it possible to abort the query (Statement.cancel() within a certain
Connection) ?
I tried this with Sybase but it just kept on going, and going, and
going ...
BTW, is it one process per user or one per user specific connection ?
Thanks in advance,
======================================================================
Mart Käsper E-mail : mart(at)netsoftlund(dot)se
Netsoft Lund AB
Bredgatan 17 Tel (in place) : +46 46 19 04 95
SE-222 21 Lund, Sweden Tel (on the road) : +46 70 319 04 95
======================================================================
#include <std.disclaimer>
======================================================================
Life can be broken down into just a single unit - either you do a
certain thing, or you don't.
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-10-04 12:49:49 | Re: alternative DB locations |
Previous Message | Peter Eisentraut | 2000-10-04 11:37:02 | Re: edge of word atom in PG regex engine? |