What's better a separate run loop or separate thread?
What's better a separate run loop or separate thread?
- Subject: What's better a separate run loop or separate thread?
- From: Ken Tozier <email@hidden>
- Date: Sat, 10 Jul 2004 05:12:39 -0400
I have a number of processes that need to run constantly in the
background while my app does other things and I'm wondering if it would
be better to create dedicated run loops for them with NSTimers for the
required methods or to fork a thread with a timer.
Thanks,
Ken
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.