Re: Networking ORB's



Andre Marais wrote:

>Hi All,
>
>Q: I need to get a client call and servant implementation on two
>different machines, and looking at the CORBA spec's this could happen
>without a ORB bridge if the ORB's are considered to be in the same
>domain and by using GIOP/IIOP.
>Basically I need to find out what must happen on the client side (Client
>side using ORBit2) and what must happen on the server side (Serve side
>using ORBit2) in order to have the client calls react the same as with a
>local-orb call.
>
>I have looked far and wide for any documentation on networked ORB's
>using ORBit2, but couldn't find anything.
>
>I was hoping that someone could give me pointers to resources on this,
>provide examples etc.
>  
>
init server-ORB with parameters:
--ORBIIOPIPv4=1 --ORBIIOPUSock=0

Furtheron have a look at
http://www.gnome.org/projects/ORBit2/orbit-docs/orbit/book1.html
http://www.gnome.org/projects/ORBit2/orbit-faq/faq/faq.html

and make sure hostnames and name resolving at DNS works fine.
$ hostname
$ host server-host
$ host client-host

Regards




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