Are there any restrictions on putting Carbon code into OS X daemons?
I have a small existing Cocoa daemon written for 10.4. which is working
and now I want to move some code - namely some run loop code from a
Carbon app project into my Cocoa daemon project.
Is this a) safe to do and b) are there any gotcha's?
As long as you watch which frameworks you're linking to, I don't think
it is a problem. Here's a list of frameworks and whether they're safe
to use in daemons or not: