Re: [HACKERS] CORBA interface in backend?

From: Michael Meskes <meskes(at)usa(dot)net>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] CORBA interface in backend?
Date: 1998-11-11 09:01:46
Message-ID: 19981111100146.A615@usa.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 11, 1998 at 01:33:52PM +0800, Michael Robinson wrote:
> Put an ORB in the backend.

Sounds good IMO. Although I have to admit I'm not really well informed about
Corba.

> Not only would this, in theory, give fairly reasonable performance for
> persistent object store applications in Python, it would open up PostgreSQL
> for interoperability with any CORBA-interfaced application. Now that
> PostgreSQL has something of a stored procedural language, that makes it
> even more attractive.

Once again agreed.

> What I envision is a "dumpIDL" command that, for certain input parameters
> (table/class) would dump the appropriate IDL definition for instances(rows)
> of that class and related methods(functions). And then hack an existing
> ORB onto the backend to do all the translation, communications and
> bookkeeping.

This is where it gets tricky. Which existing ORB are you thinking about? I
know of only two free ORBs: The Gnome one (orbit) and mico. Orbit is GPLed
so there's a problem with PostgreSQL becoming GPLed. However, as long as
PostgreSQL remain free under the BSD license that should be okay. But we
defintely lose the possibility to make this a commercial product. Not that
we want to do so.

Mico on the other hand is said to be pretty slow. I haven't tested it myself
though. And I have no idea what the license situation is.

> So, I'm soliciting opinions: is this brain fart worth pursuing, or should
> I just forget it ever happened?

I'd say keep on thinking.

Michael
--
Dr. Michael Meskes, Leiter Niederlassung West, Datenrevision GmbH
business: Cuxhavener Str. 36, D-21149 Hamburg
private: Th.-Heuss-Str. 61, D-41812 Erkelenz, Michael(dot)Meskes(at)usa(dot)net
Go SF49ers! Go Rhein Fire! Use Debian GNU/Linux!

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zsolt Varga 1998-11-11 09:37:54 Re: [HACKERS] linux libc6 & pgsql 6.4
Previous Message Taral 1998-11-11 06:52:28 RE: [HACKERS] CORBA interface in backend?