Re: passing data to threads
Re: passing data to threads
- Subject: Re: passing data to threads
- From: leenoori <email@hidden>
- Date: Thu, 21 Dec 2006 12:38:10 +0100
El 21/12/2006, a las 10:52, Nathan Day escribió:
My NDRunLoopMessenger lets you you do this sort of stuff with less
overhead then DO, DO serialises the message arguments which is not
needed when it all happening within the same thread.
http://homepage.mac.com/nathan_day/pages/source.xml#ndrunloopmessenger
Out of interest, Nathan, have you done any performance profiling to
compare the speed difference between using Distributed Objects and
your NDRunLoopMessenger? I understand that you avoid serializing the
message arguments, but I would have thought that most of the time
would get spent in preparing the NSInvocation anyway...
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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