Re: [HACKERS] More PostgreSQL+CORBA

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Michael Robinson <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 02:17:12
Message-ID: 364CE828.5F859213@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> > 1. simple alternative for the current FE<->BE communication
> > protocol.
> ... 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.

Corba does specify a wire-level protocol, and also several layers above
that, so we would get endian issues resolved as well as
security/encryption, authentication, etc. Also, it may (at least
partially) address the need for different client libraries for different
languages, since there are Corba bindings available for a bunch of
languages. Some of that is up to the package one chooses to use...

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Robinson 1998-11-14 02:59:38 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message Thomas G. Lockhart 1998-11-14 02:09:55 New "vacuumdb" utility

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 1998-11-14 03:57:46 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message Tom Lane 1998-11-13 22:52:39 Re: [HACKERS] More PostgreSQL+CORBA