Re: Cocoa callback handling
Re: Cocoa callback handling
- Subject: Re: Cocoa callback handling
- From: Jonathon Mah <email@hidden>
- Date: Mon, 6 Aug 2007 22:25:50 +0930
Hi James,
On 2007-08-06, at 17:17, James Trankelson wrote:
The SDK provided allows an app to register for callbacks via a
function:
oserr = InstallConnexionHandlers(SNHandler, 0L, 0L);
[...] The problem is that callback handling is interfering with the
fluidity
of my running app.
What if you have your callback function immediately spawn a thread to
handle the event? Or is the bottleneck somewhere else?
Jonathon Mah
email@hidden
_______________________________________________
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