readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 24 行
TXT
24 行
# README,v 1.1 1999/07/28 18:51:44 coryan Exp
Shows how to use the scheduling service in conjunction with
the real-time event channel. The test has a single consumer that
subscribes for two event types, using different RT_Infos for each. A
supplier pushes those events also using different RT_Infos.
The event-channel cooperates with the scheduling service to
compute a schedule and assign priorities to each event. The event
channel will use different queues for those events, each queue
serviced by threads at different priorities.
The example can be run using a pre-computed schedule:
$ ./Service
or it can generate the schedule again:
$ ./Service -c
NOTE: the current version uses the old event channel because
we haven't coimpleted the integration between the new EC and the
scheduling service.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?