Distant DO
Distant DO
- Subject: Distant DO
- From: kubernan <email@hidden>
- Date: Tue, 18 Jun 2002 21:36:57 +0200
Hello,
While i'm developing my server app. uses DO through TCP/IP i'm thinking
about one
feature i'd like to realize.
The client app has several windows. Each window can establish a DO
connection
through the Net to the server.
With a test version of my server (a server that works only on local) i
could create something i call "server feedback"
for each client window connected to the server.
It means each window of client app. becomes an unique server itself and
the server became a client
for sending its feedback during its work (before the final return).
It's possible because the server uses "NSConnection
connectionWithRegisteredName:doRegister host:nil"
for the connection to the client window (i.e. the client window
controller). doRegister is a string
sent by the client to the server that contains the client app. name +
the current window number
(i.e. "myAppWindow194"). Doing that the real server can identify each
"server" window and send the appropriate feedback.
I think i can't do that with a server that works remotely because it
seems impossible to establish
a remote connection to a window controller (but only to the client app).
Can you confirm that ? How could i send
my feedback for each client window ?
Thx for your help.
K.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.