On Oct 29, 2008, at 00:15 , Albert Jordan wrote:


What is the recommended way for Object B to inform Object A that it is done processing a request for the following scenario?

Object A has a list of phone numbers to send SMS messages
Object B implements sending an SMS message to a given phone number

I would personally use an NSOperationQueue and just have Object A add "send SMS to this number" operations to the queue. Results could be handed back through any number of means, including an event queue or a simple mach port.

J

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to