Does anybody have any opinion on which threading system is superior? I've been using glib for a lot of things, but for whatever reason I'm hesitant about using it for threading if the only benefit it will provide is consistency (I'm guessing it's just a wrapper for pthread anyway). [pb]