• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Distant DO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: NSTextField sizeToFit vertically?
  • Next by Date: Re: NSTextField sizeToFit vertically?
  • Previous by thread: Re: NSTextField sizeToFit vertically?
  • Next by thread: Re: Distant DO
  • Index(es):
    • Date
    • Thread