Re: [HACKERS] CORBA interface in backend?

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Michael Meskes <meskes(at)usa(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] CORBA interface in backend?
Date: 1998-11-11 19:30:06
Message-ID: Pine.BSF.4.05.9811111525200.337-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 11 Nov 1998, Michael Meskes wrote:

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

Both are GPLd then, as I'm doing work with MICO and FreeBSD, and
just checked their license files.

Now, here is where *I* get confused. MICO uses LGPL for its
libraries, so does this mean that the ORB hooks could be added where
applicable, still under the BSD license, but in order to compile it in,
mico's libraries would have to be installed first? Its something we
check for/do with the tcl stuff...

So, could the ORB hooks be added with a config option of
'--enable-orb' *without* the requirement for adding in any GPLd code?

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 Jeff Hoffmann 1998-11-11 20:43:25 Re: [HACKERS] CORBA interface in backend?
Previous Message Constantin Teodorescu 1998-11-11 14:44:58 Small int autoincrement columns ?