MICO and C in Postgers

From: Alexey Lukin <al(at)cn(dot)ua>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: MICO and C in Postgers
Date: 1998-11-16 10:19:02
Message-ID: 364FFC16.DBF2D73A@cn.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi^ aLl!
My humble vote for MICO in Postgres CORBA development:

Latest mico (v2.2.3) supports C language mapping. Look into
$MICO_DIST/demo/corba-c.
BTW, mico is good choice for development 'cos it is _stable_ and
_complete_ (excluding Java support). omniORB is fastest but does not
have complete CORBA 2 implementation.
Mico has Any and DynAny support which is critical for PostgreSQL
user-defined types.
OPBit is too incomlete to be used in PostgreSQL in develpoment.
IMHO, the goal is to add CORBA support in Postgres, not to develop some
ORB.

And it is right, user can easy switch to any ORB in compile-time because
CORBA defines strict language mappings and rest of stuff is automaticaly
generaed by tools.
A little work with autoconf/automake needed to provide --with-mico or
--with-omniORB or whatever.

I think that CORBA support is huge advantage for Postgres. I simplifies
a lot of stupid things for developers and eliminates needs for such
things like ODBC, JDBC, etc. Direct type mappings and database access
will seriously improve performance too.
--
With respect,
Alexey Lukin,
JSC "CINET" http://www.ci.net.ua
phone/fax +380-462-101710, 101263

Browse pgsql-interfaces by date

  From Date Subject
Next Message O.J. 1998-11-16 10:25:34 subscribe
Previous Message Michael Meskes 1998-11-16 06:49:31 Re: [HACKERS] More PostgreSQL+CORBA