query not aborted upon connection aborted? - Mailing list pgsql-php

From Eric Koh
Subject query not aborted upon connection aborted?
Date
Msg-id 001b01c33db9$8bdcbfd0$0200a8c0@p424
Whole thread Raw
List pgsql-php
Hi,
 
I'm using http 2.0.40 and postgresql 7.3.2 (redhat 9)
 
When my php script executes a long-running query and user hits the stop button, the query does not terminate and continues to run its full course. Is this the normal behaviour? Further calls from the same browser window using the same connection does not execute and are queued until the first one terminates. This has led to max_connection reached errors.
 
My question is, is this the normal postgres/php behaviour, and if so, what is the best way to work around this?
 
Thanks!

pgsql-php by date:

Previous
From: "David Busby"
Date:
Subject: Re: Simulating a POST request
Next
From: "utomo restu"
Date:
Subject: blobs didn't work??