没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > cdaemon |
cdaemon
|
0 | 0 | 0 |
贡献者 | 讨论 | 代码提交 |
概述
There are many problems whose most obvious and elegant solution is a long-running daemon, however, the overhead of defining the daemon's internal workings (forking, logging, pidfile management, signal handling, task scheduling, configuration, etc.) is off-putting. Additionally, the sheer amount of complexity involved with implementing concurrency makes a daemon a generally unattractive solution.
cdaemon works around these problems, providing classes and mix-ins which take care of much of the boilerplate code associated with typical non-concurrent daemons, while adding concurrency in the form of an event-driven system (the classic Producer/Consumer model).
创建时间:2014-05-12 09:09
标签: