Re: Proposal for async support in libpq

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: honza(at)ied(dot)com (Jan Vicherek)
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, hackers(at)postgreSQL(dot)org
Subject: Re: Proposal for async support in libpq
Date: 1998-04-21 16:34:40
Message-ID: 199804211634.MAA14247@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> On Fri, 17 Apr 1998, Tom Lane wrote:
>
> > Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > You supply the indication to the backend, and I will see that the
> > > backend processes it properly.
> >
> > You're on ;-)
> >
> > Signaling the cancel request via OOB sounds reasonable, as long as
> > nothing else is using it and all the systems we care about support it.
>
> SSH doesn't have OOB. You can't send an OOB via SSH encrypted channel.

I have trouble buying that. SSH is just the socket filter. Perhaps the
OOB data is not encrypted like the normal data?

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-04-21 16:43:40 Re: [DOCS] FAQ organization
Previous Message Bruce Momjian 1998-04-21 16:24:26 Re: [HACKERS] drop table inside transactions