How good is CORBA?

Michael S msherman77 at yahoo.com
Tue Nov 21 14:01:27 EST 2006


I learned CORBA many years ago. If I am not mistaken
it had two main principles/purposes. One being
language neutrality and the other one to make
client/server type of programming easier (replacing
Remote Procedure Call??).
If you are using Python only, language neutrality
doesn't really help. You said you're writing web-based
applications, and you didn't specify whether you had
client/server interaction, so I don't know whether you
need it or not.
For code reuse (if that's the issue) you could use
subclassing and/or putting stuff into modules.

Hope I made some sense.
Michael



--- Sai Krishna M <saikrishbe at gmail.com> wrote:

> Hi everybody,
> 
> i have been developing web based applications using
> python+cheetah.
> 
> The numbers are increasing. The applications have
> many common parts of
> code. Though these applications are separate from
> each other they are
> run in the same server.
> 
> I heard about CORBA... but also heard that it has
> some flaws...like
> the programming being very complicated.
> Also heard that CORBA is no more used these days...
> 
> Can someone suggest me a better option or is corba
> fine?
> 
> Thanks,
> Sai
> -- 
> I love Freedom
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 




More information about the Python-list mailing list