Query cancellation and OOB

From: Brandon Ibach <bibach(at)infomansol(dot)com>
To: hackers(at)postgresql(dot)org (PostgreSQL Hackers)
Subject: Query cancellation and OOB
Date: 1998-05-19 03:57:08
Message-ID: 199805190357.WAA09299@vweb.infomansol.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It just occurred to me, while browsing through the last hacker's
digest, that OOB might be more trouble than it's worth. What about
having the Postmaster listen on a second socket as an alternative?
Certain commands could be issued there, outside of the main connection
(possibly even via UDP) as one-shot deals (not requiring a persistent
connection) and the postmaster could pass the information on to the
appropriate backend in a nice, intrusive fashion. :)

-Brandon :)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-05-19 05:15:16 Re: [HACKERS] Query cancellation and OOB
Previous Message t-ishii 1998-05-19 02:33:04 Re: [HACKERS] Re: [PATCHES] char/varchar locale support