Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个音乐播放器,并且让播放音乐的过程以更高的优先级运行以避免underuns是有意义的。
简单地使用nice(-5)没有用 - 我得到[Errno 1] Operation not permitted看起来我需要超级用户权限的错误。
nice(-5)
[Errno 1] Operation not permitted
但我真的需要它们吗?
iTunes 或其他播放器是如何做到的?他们不问我的管理员密码,所以他们不使用超级用户权限。
编辑:我发现这描述了它如何在 OSX 中为线程工作。这主要回答了我的问题 - 但并不完全,因为我认为我的整个过程都需要它。