Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I decided to write a daemon to execute certain task, and I ran through this tutorial.

Yet, I will use my daemon to register/listen to Darwin notifications (OSX). I don't feel like I should register my notifications inside a while(1) loop (seems insane); but of course I'd like to keep it running so it can listen to the notifications, after all.

How to proceed?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.