Re: Bonjour server with multiple clients
Re: Bonjour server with multiple clients
- Subject: Re: Bonjour server with multiple clients
- From: Markus Spoettl <email@hidden>
- Date: Fri, 9 Jan 2009 17:22:24 -0800
On Jan 9, 2009, at 1:49 PM, Jim Correia wrote:
I'm writing a simple voting app, where one instance of the app
creates a poll and then publishes it over Bonjour. Other instances
of the app on the same local network then find the publish poll,
get the list of voting options, and then allow users at each
computer to start submitting votes. The votes are sent back over
the Bonjour connection, fed into a thread-safe queue, and the poll
owner retrieves them at his leisure.
Bonjour is for advertising and discovering services.
"The votes are sent back over the Bonjour connection" doesn't make
sense. There is no such thing as a Bonjour connection. The client
and server communicate by whatever means they would have
communicated without zeroconf.
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.
Markus
--
__________________________________________
Markus Spoettl
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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