nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Hello and a Question


From: Vianney Lecroart
Subject: Re: [Nel] Hello and a Question
Date: Fri, 15 Jun 2001 19:35:16 +0200

> Anyway, my question is, why did you develop your own distributed
> architecture? Why not adapt/extend/use an existing solution such as
> CORBA or DCOM (urgh, I know, win32 only). CORBA has a fair amount of
> support and it can be coaxed to have the characteristics you need. I am
> not saying you should change, I was just wonder what led you to make
> your own? It just seems that the overheads of designing a naming and
> authentication service are something that CORBA would have done away with.

As you point out, DCOM isn't portable so we ruled it out :)
As for CORBA: Having worked a fair bit with it while at college, I concluded
that it lacked some of the functionality that we wanted. For example, we can
have several instances of the same service running simultaneously on our
shard and the naming service can either return us a list of all of them or
select the least loaded one (which CORBA cannot do). What's more, we found
that CORBA was excessively heavy for our requirements, which only require a
corner of the system. Our naming service only took a couple of days to
develop and remains entirely open to expansion, adaptation or tuning to keep
up with NeL's evolving needs.

We looked in depth into the ACE and TAO library (Real-time CORBA with TAO
(The ACE ORB)). The webpage seems down www.cs.wustl.edu/~schmidt/TAO.html,
but the lib is absolutely huge... one hour at least of compilation. We
didn't want to be dependent on such a large library just for a naming
service and a communication protocol.

Regards,
Vianney




reply via email to

[Prev in Thread] Current Thread [Next in Thread]