I remember reading somewhere that you could set thread priorities with pthreads. Can this be done if I make a thread using NSApplication's detatch drawing thread. I want to set the priority on a thread that I spin off to be lower than the priority of the main thread and I don't know how to do this If the thread is a drawing thread.