On Tue, Oct 28, 2008 at 6:16 PM, Jerry Krinock <[EMAIL PROTECTED]> wrote: > Roughly, the lesson is: Don't use message forwarding for "actual work". I > was just wondering if anyone had ever found otherwise.
I have to say that this is greatly overstating things. I've used forwarding for all sorts of real work. What you don't want to do is put it into a situation where it needs to execute hundreds of thousands of times a second. But there are a lot of situations which qualify as "actual work" for which that does not apply. 20us is slow when compared to a normal message send. It's instantaneous when compared to, say, writing a file to disk. Whether it's "too slow" depends entirely on what you need. Mike _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
