Proper way to run runloop for DO server?
Proper way to run runloop for DO server?
- Subject: Proper way to run runloop for DO server?
- From: Jim Correia <email@hidden>
- Date: Tue, 18 Mar 2003 21:11:29 -0500
What is the proper way to run the runloop for a daemon that sits there
and handles message via distributed objects?
One of the messages it handles is a message that tells it the process
should cleanly exit.
Should I send the current NSRunLoop a configureAsServer message, then a
run message? Then exit with runloop with CFRunLoopStop when my server
gets the exit message?
Should I run the runloop until some limit date and check a global?
What parts of the documentation should I read to find these answers?
Thanks,
Jim
_______________________________________________
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.