Fwd: Tight Runloop
Fwd: Tight Runloop
- Subject: Fwd: Tight Runloop
- From: "Ricky McCrae" <email@hidden>
- Date: Wed, 26 Sep 2007 09:21:36 +1000
Its using Webkit - exceptions logged while running it on a seperate thread.
It only needs to pass strings back to the main thread..
On 9/25/07, Alastair Houghton <email@hidden> wrote:
>
> On 25 Sep 2007, at 12:11, Ricky McCrae wrote:
>
> It's normally *much* easier to farm the work off to a separate
> thread, then just have the thread inform the main thread when it's
> done. What are you actually doing in your code that you feel can't
> be done that way? Remember, "thread safety" *normally* refers to the
> ability of code to run simultaneously on more than one thread, not to
> whether it can be invoked at all from a separate thread. Code that
> can't run *at all* on a separate thread does exist but it's very much
> less common.
>
> Kind regards,
>
> Alastair.
>
> --
> http://alastairs-place.net
>
_______________________________________________
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