Distributed Objects problem
Distributed Objects problem
- Subject: Distributed Objects problem
- From: Briones García Jorge Alfonso <email@hidden>
- Date: Thu, 10 Jan 2002 18:01:46 -0600 (CST)
Hi !
I had develop an application that use distributed objects, the
application goal is to share information between applications in different
machines.
The problem I have is with the following statement:
theProxy = [[NSConnection
rootProxyForConnectionWithRegisteredName:@"server"
host:@"*"] retain];
While I was developing the application I put a @"" in the host argument
and it works well running the client and the server app in one machine,
then I changed the host argument to @"*" and run the client and server app
in different machines, the server works well, but the client can't connect
to the server and I don't know why, later I change the host argument to
the Ip address of the server but that didn't work.
I know you can help me to figure out what is going on !
Thanks in advance !!
--
Jorge Alfonso Briones Garcma
Ingenierma Elictrica
Seccisn Computacisn
CINVESTAV-IPN
email@hidden