Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes
Date: 1998-04-29 16:04:41
Message-ID: 199804291604.MAA18436@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> That was something I asked about a few days ago, and didn't get any
> responses suggesting that anyone thought it was likely to happen.
>
> We would need wholesale changes everywhere in the protocol to support
> concurrent queries: answers and errors coming back would have to be
> tagged to indicate which query they apply to. The lack of a tag in
> the cancel message isn't the controlling factor.
>
> In the current system architecture, much the easiest way to execute
> concurrent queries is to open up more than one connection. There's
> nothing that says a frontend process can't fire up multiple backend
> processes. I think this is probably sufficient, because I don't
> foresee such a thing becoming really popular anyway.

If we can remove the exec() in 6.4, that will make backend startup even
quicker.

--
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Yount 1998-04-29 18:00:38 Re: [HACKERS] ANSI error messages
Previous Message Peter Mount 1998-04-29 15:18:22 RE: [INTERFACES] Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-04-29 17:24:29 Re: [BUGS] can't vacuum LargeObjects now
Previous Message Peter Mount 1998-04-29 15:18:22 RE: [INTERFACES] Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes