Re: [HACKERS] More PostgreSQL+CORBA

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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 05:18:40
Message-ID: Pine.BSF.4.05.9811140116520.337-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

On Fri, 13 Nov 1998, Bruce Momjian wrote:

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

Except...if I'm understanding even half of this correctly...by
implementing CORBA at the FE/BE level, this effectively eliminates the
need for *us* to maintain a seperate interface for each language we want
to support, since that is what one of CORBA's design goals is...

In fact, again, if I'm understanding this correctly, this could
potentially open us up to languages we currently don't support...?

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Robinson 1998-11-14 05:29:36 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message Bruce Momjian 1998-11-14 03:57:46 Re: [HACKERS] More PostgreSQL+CORBA

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 1998-11-14 07:34:04 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message Bruce Momjian 1998-11-14 03:57:46 Re: [HACKERS] More PostgreSQL+CORBA