Re: [HACKERS] More PostgreSQL+CORBA

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: robinson(at)public(dot)bta(dot)net(dot)cn, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] More PostgreSQL+CORBA
Date: 1998-11-14 03:57:46
Message-ID: 199811140357.WAA17635@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> Michael Robinson <robinson(at)public(dot)bta(dot)net(dot)cn> writes:
> > [ pithy summary of CORBA snipped --- thanks, Michael! ]
>
> > There are three ways I can see this working:
>
> > 1. As a simple alternative for the current FE<->BE communication protocol.
> > The SQL query engine continues to intermediate all transactions. This
> > has some benefits, but is really boring to me.
>
> I agree, that's not too exciting ... although replacing our current ad-hoc
> FE/BE protocol with a standards-based protocol (I assume CORBA has a
> recognized standard for the wire-level protocol?) might well be worth doing.

Current FE/BE protocol seems pretty optimized to me, but you should know
the best. Seems like a waste to try and get it to match some standard,
expecially if we can just create a module to do it on top of the
existing protocol.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-11-14 05:18:40 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message The Hermit Hacker 1998-11-14 03:29:11 Re: [HACKERS] More PostgreSQL+CORBA

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 1998-11-14 05:18:40 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message Thomas G. Lockhart 1998-11-14 02:17:12 Re: [HACKERS] More PostgreSQL+CORBA