I am newbie to CORBA, I want to implement a distributed video server
using CORBA.
This is a Linux platform based project, server is in C++ and client is
in Java. My Question is which free ORB is suitable for me? Will MICO
(MICO Is Corba) be a good choice?
Thanks in advance!
Alex Luk
Information Engineering
The Chinese University of Hong Kong.
So if you need a multithreaded server, you should consider omniORB (or maybe
TAO?).
bye, Christof
--
Don't hate yourself in the morning... sleep until noon!
> On Thu, 21 Oct 1999 08:46:38 +0800, Alex Luk wrote:
> >This is a Linux platform based project, server is in C++ and client is
> >in Java. My Question is which free ORB is suitable for me? Will MICO
> >(MICO Is Corba) be a good choice?
> AFAIK, MICO doesn't support multithreading...
>
> So if you need a multithreaded server, you should consider omniORB (or maybe
> TAO?).
You could also try ORBacus, which offers quite a range of threading models.
It's free for non-commerical use.
Cheers,
Michi.
--
Michi Henning +61 7 3236 1633
Object Oriented Concepts +61 4 1118 2700 (mobile)
PO Box 372 +61 7 3211 0047 (fax)
Annerley 4103 mi...@ooc.com.au
AUSTRALIA http://www.ooc.com
Good luck on the project and regards Malcolm Spence--
Business Development Manager
Object Computing Inc. (OCI)
St. Louis MO 63141
(314) 579-0066 www.ociweb.com for TAO support
Sent via Deja.com http://www.deja.com/
Before you buy.
Another issue is the good programming practice:
avoid excessive use of macros!
Christof Meerwald wrote:
> On Thu, 21 Oct 1999 08:46:38 +0800, Alex Luk wrote:
> >This is a Linux platform based project, server is in C++ and client is
> >in Java. My Question is which free ORB is suitable for me? Will MICO
> >(MICO Is Corba) be a good choice?
> AFAIK, MICO doesn't support multithreading...
>
> So if you need a multithreaded server, you should consider omniORB (or maybe
> TAO?).
>