We have a number of cases where an ADP page calls
a long-running SQL query and the user either hits stop
or actually closes the browser.
a long-running SQL query and the user either hits stop
or actually closes the browser.
We see that the Postgres process that does the SELECT
continues to churn large percentages of CPU time even
though the http request doesnt exists anymore.
What is the correct remedy to prevent zombie backend postmaster processes from hosing the CPU forever?
This seems like a pretty trivial thing to ask from the Web application server - tell the backend DB processor to backout of the query since the http thread went away.
Shouldnt there be some parameter that could be set in AOLserver
?
thanks
Danny
Request notifications