Rendezvous problem
Rendezvous problem
- Subject: Rendezvous problem
- From: Jesus De Meyer <email@hidden>
- Date: Sat, 1 Mar 2003 11:17:24 +0100
I'm writing an app that both shares stuff and receives stuff from
others in a rendezvous network. For this I have 3 objects. I have a
Client controller that only checks for certain services that do not
require sharing and receiving. I have the Server controller which
checks if we received a connection and if we did then sends it to the
network. And finally I have a Receiver controller that receives any
sent file over the network.
Now all of this work fine, but.. The file only seems to be discovered
by one end. So when I start my app on computer A and computer B (both
having sharing enabled), only computer B discovers the shring service
running on computer A.
I used the code from the update PictureSharing(Browser) example.
Do I need to do my client, server and receiving procedures in threads?
I thought delegates would work well enough.
Thanks,
Jesus
_______________________________________________
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.