Skip navigation.
 
mlRe: Obj-C and Background/Daemon Application Question
FROM : objectwerks inc
DATE : Sun Feb 24 23:06:33 2008

On Feb 24, 2008, at 2:22 PM, objectwerks inc wrote:

>
> On Feb 24, 2008, at 10:32 AM, j o a r wrote:
>

>>
>> On Feb 24, 2008, at 4:58 PM, objectwerks inc wrote:
>>

>>> Why is that?  I have done plenty of things in Cocoa (no AppKit) 
>>> that run as daemons or background tasks.  What is inappropriate 
>>> about it?

>>
>>
>> That's explained in that technote, see: "Living Dangerously".

>
>
> I read "Living Dangerously" and don't recall any blanket prohibition 
> except connecting to the Window Server



In reality, a bunch of frameworks not listed as safe (from any 
language, not just ObjC) but the common denominator for most of them 
seems to be "connecting to the WindowServer" [see the comment on java]

There is no prohibition on using Objective-C at all, just frameworks 
that use UI or manipulate graphics, and most of which connect to the 
WindowServer

Chad

Related mailsAuthorDate
mlObj-C and Background/Daemon Application Question Tom Jones Feb 16, 22:07
mlRe: Obj-C and Background/Daemon Application Question Edward Patel Feb 16, 22:40
mlRe: Obj-C and Background/Daemon Application Question Scott Stevenson Feb 16, 23:36
mlRe: Obj-C and Background/Daemon Application Question Stephen Hoffman Feb 17, 22:11
mlRe: Obj-C and Background/Daemon Application Question objectwerks inc Feb 24, 16:58
mlRe: Obj-C and Background/Daemon Application Question j o a r Feb 24, 18:32
mlRe: Obj-C and Background/Daemon Application Question Markus Hitter Feb 24, 18:48
mlRe: Obj-C and Background/Daemon Application Question objectwerks inc Feb 24, 22:22
mlRe: Obj-C and Background/Daemon Application Question j o a r Feb 24, 22:36
mlRe: Obj-C and Background/Daemon Application Question objectwerks inc Feb 24, 23:06