Re: cocoa-dev digest, Vol 1 #731 - 16 msgs
Re: cocoa-dev digest, Vol 1 #731 - 16 msgs
- Subject: Re: cocoa-dev digest, Vol 1 #731 - 16 msgs
- From: Finlay Dobbie <email@hidden>
- Date: Wed, 17 Oct 2001 21:44:25 +0100
On Wednesday, October 17, 2001, at 08:04 pm, Jason Bobier wrote:
The point is that you cannot use many parts of Foundation. Anything
that requires a runloop will be terminated. This means that DO (which
we use and is a fantastic way to provide services), timers, and various
other parts of Foundation are useless in a service.
Uhm, you can use runloops. For example, SecurityServer uses a CFRunloop
IIRC, and that's a root daemon that runs continuously AFAIK :-)
-- Finlay