Re: Bonjour server with multiple clients
Re: Bonjour server with multiple clients
- Subject: Re: Bonjour server with multiple clients
- From: Jim Correia <email@hidden>
- Date: Fri, 9 Jan 2009 23:36:17 -0500
On Jan 9, 2009, at 8:22 PM, Markus Spoettl wrote:
Apple's bonjour example (Picture Sharing http://developer.apple.com/samplecode/PictureSharing/index.html)
seems to be demoing exactly what you say it doesn't do. Whether or
not it's called "bonjour connection" or something else doesn't
really matter.
Bonjour is for advertising and discovering services.
If you remove all the Bonjour code from that sample and connect
directly, it still works.
How does one go about advertising a service via bonjour like in the
Picture Sharing example AND allow multiple connections instead of
just one? Is it as simple as creating multiple listeningSockets? Or
create a new listening socket each time you get a connection to the
existing one?
The Picture Sharing sample does support multiple connections. (But as
written, the connections are short lived - just long enough to send
the picture data back to the client.)
Jim
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden