Re: [HACKERS] CORBA STATUS

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: phd2(at)earthling(dot)net, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [HACKERS] CORBA STATUS
Date: 1999-11-10 14:58:12
Message-ID: Pine.BSF.4.10.9911101056460.2296-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

On Wed, 10 Nov 1999, Thomas Lockhart wrote:

> > Wait...when we talked about this months back, I swore that one of the
> > conclusions *was* that this was possible...it would involve us doing
> > wrapper functions in our code that were defined in an include file based
> > on which ORB implementation was used...?
> > Basically...
> > pg_<corba function> maps to <insert mico corba function here>
> > or <insert orbit corba function here>
> > or <insert other implementation function here>
> > Has this ability changed? *raised eyebrow*
>
> No, this probably is not necessary since the C or C++ mappings for
> function calls in Corba are very well defined.
>
> What is not fully specified in the Corba standard is, for example,
> which header files (and by what names) will be generated by the IDL
> stubber, so each Orb has, or might have, different conventions for
> include files. This probably impacts server-side code a bit more than
> clients.
>
> There is some interest for some Orbs to try lining up the header file
> names, but I don't know how feasible it is in the short term.
>
> We could probably isolate this into Postgres-specific header files,
> but there will probably be Orb-specific #ifdef blocks in those
> headers.

Right, which is something that I thought we had pseudo-agreed upon the
last time through, that we woudl most likely require this...hadn't
realized it was for 'Orb-header files', but, IMHO, that's no worse then
putting in HAVE_MICO vs HAVE_ORBIT blocks and having it a configure
option...

See...I am interested, just not interested in having us tied to one
"vendor"...:)

Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
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 The Hermit Hacker 1999-11-10 14:58:47 Re: [HACKERS] CORBA STATUS
Previous Message Vince Vielhaber 1999-11-10 14:29:14 Re: 6.5.3 RPMs are on ftp site

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 1999-11-10 14:58:47 Re: [HACKERS] CORBA STATUS
Previous Message Michael Meskes 1999-11-10 14:12:53 Re: [INTERFACES] my problems with ecpg and arrays