Re: [orbitcpp-list] Problem with running compiled code on two machines.
Status: Beta
Brought to you by:
philipd
From: Dan K. <dk...@ix...> - 2002-12-23 21:05:00
|
Alix Pouladdej wrote: > I have successfully compiled and run a client and server on the SAME > workstation. When I try to run the client and server on separate > worksation, it fails How do you run the client? Can you strace the client to see what it's doing? A common problem is, the client and server can't ping each other using the hostname embedded in the, um, URLs that Corba sends. (It's been so long I'm forgetting the lingo.) - Dan |