Re: Problems with NSTimer and NSRunLoop/CFRunLoop
Re: Problems with NSTimer and NSRunLoop/CFRunLoop
- Subject: Re: Problems with NSTimer and NSRunLoop/CFRunLoop
- From: Andrew Farmer <email@hidden>
- Date: Thu, 6 Jan 2005 19:46:38 -0800
On 06 Jan 2005, at 19:14, Mont Rothstein wrote:
My problem occurs in a process that was created via fork(). Your
comment about being in another thread makes me wonder if this could
somehow be related. Are you aware of any issues with fork() and
NSRunLoops?
Yes. Forking a process will prevent *any* communication back to the
original RunLoop. Use threads instead.
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden