Re: Cocoa questions
Re: Cocoa questions
- Subject: Re: Cocoa questions
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 31 Dec 2001 19:34:29 +0000
On Monday, December 31, 2001, at 01:24 am, Steve Klingsporn wrote:
Does Cocoa call into Carbon at all?
Yes. Well, at least, AppKit does.
Apologies if this has been
asked before. One of the main reasons I'm asking is that if
Carbon is not yet re-entrant (wasn't this a goal as early as the
Pink project? Puzzling reality to me...), and Cocoa calls it,
does that not mean that Cocoa is therefore not re-entrant
to a degree?
Lots of Cocoa isn't thread-safe or re-entrant.
http://developer.apple.com/techpubs/macosx/ReleaseNotes/ThreadSupport.html
-- Finlay