Обсуждение: Re: [HACKERS] More PostgreSQL+CORBA

Поиск
Список
Период
Сортировка

Re: [HACKERS] More PostgreSQL+CORBA

От
Michael Robinson
Дата:
The Hermit Hacker <scrappy@hub.org> writes:
>>     GNOME then adopted ORBit, which has two wins: it's in C, and (this is
>>     the biggy) it has provisions to shortcut parameter marshalling,
>
>    My experience is that for pretty much every pro, there is a
>con...what are we losing with ORBit that we'd have with mico?  Short
>and/or long term?  mico is reputed to be Corba 2.2 compliant..orbit?

The big con for ORBit, short term:
   % cd /usr/src/gnome/ORBit-0.3.0   % find . -name "*.c" -exec grep "Not yet implemented" {} \; | wc        857
2613  30302
 

That's 857 items specified in the IDL for ORBit that are currently empty
functions.

I think long-term, with the financial backing of RedHat, and the key role
it plays in the GNOME, I think ORBit will be the premier open-source ORB.
-Michael



Re: [HACKERS] More PostgreSQL+CORBA

От
The Hermit Hacker
Дата:
On Sat, 14 Nov 1998, Michael Robinson wrote:

> The Hermit Hacker <scrappy@hub.org> writes:
> >>     GNOME then adopted ORBit, which has two wins: it's in C, and (this is
> >>     the biggy) it has provisions to shortcut parameter marshalling,
> >
> >    My experience is that for pretty much every pro, there is a
> >con...what are we losing with ORBit that we'd have with mico?  Short
> >and/or long term?  mico is reputed to be Corba 2.2 compliant..orbit?
> 
> The big con for ORBit, short term:
> 
>     % cd /usr/src/gnome/ORBit-0.3.0
>     % find . -name "*.c" -exec grep "Not yet implemented" {} \; | wc
>          857    2613   30302
> 
> That's 857 items specified in the IDL for ORBit that are currently empty
> functions.
> 
> I think long-term, with the financial backing of RedHat, and the key role
> it plays in the GNOME, I think ORBit will be the premier open-source ORB.
Can we do the first implemntation using MICO and convert over
later, if the need arises?  Or are those 857 items not important?

Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



Re: [HACKERS] More PostgreSQL+CORBA

От
Michael Meskes
Дата:
On Fri, Nov 13, 1998 at 11:29:11PM -0400, The Hermit Hacker wrote:
>     Can we do the first implemntation using MICO and convert over
> later, if the need arises?  Or are those 857 items not important?

I think so. After all that's what GNOME did too.

Michael
-- 
Dr. Michael Meskes, Manager of the Western Branch Office, Datenrevision GmbH
work: Cuxhavener Str. 36, D-21149 Hamburg
home: Th.-Heuss-Str. 61,  D-41812 Erkelenz, Michael.Meskes@usa.net
Go SF49ers! Go Rhein Fire! Use Debian GNU/Linux!




Re: [HACKERS] More PostgreSQL+CORBA

От
Michael Meskes
Дата:
On Sat, Nov 14, 1998 at 11:08:52AM +0800, Michael Robinson wrote:
> I think long-term, with the financial backing of RedHat, and the key role
> it plays in the GNOME, I think ORBit will be the premier open-source ORB.

Couldn't agree more.

Michael
-- 
Dr. Michael Meskes, Manager of the Western Branch Office, Datenrevision GmbH
work: Cuxhavener Str. 36, D-21149 Hamburg
home: Th.-Heuss-Str. 61,  D-41812 Erkelenz, Michael.Meskes@usa.net
Go SF49ers! Go Rhein Fire! Use Debian GNU/Linux!