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.
我正在寻找向我当前的应用程序添加简单的重复任务,我正在查看 uwsgi 信号 api,并且有两个装饰器@timer和@rbtimer. 我已经尝试过至少查看文档甚至是 python 源代码,但它看起来可能比 c 实现中的某个地方更低级别。
@timer
@rbtimer
我熟悉红黑树的概念,但我不确定这与计时器有何关系。如果有人可以解决问题或将我指向我可能错过的文档,我将不胜感激。
@timer 使用内核级工具,因此它们在您可以创建的最大计时器数量方面受到限制。
@rbtimer 完全是用户空间,因此您可以以较低的精度创建无限数量的计时器