Re: [HACKERS] More PostgreSQL+CORBA - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] More PostgreSQL+CORBA
Date
Msg-id Pine.BSF.4.05.9811140116520.337-100000@thelab.hub.org
Whole thread Raw
In response to Re: [HACKERS] More PostgreSQL+CORBA  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] More PostgreSQL+CORBA  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
On Fri, 13 Nov 1998, Bruce Momjian wrote:

> > Michael Robinson <robinson@public.bta.net.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@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] More PostgreSQL+CORBA
Next
From: Michael Robinson
Date:
Subject: Re: [HACKERS] More PostgreSQL+CORBA