exp-cpu-rtcon.cfg

来自「The Staged Event-Driven Architecture (SE」· CFG 代码 · 共 64 行

CFG
64
字号
<sandstorm>  <global>    <profile>      enable false      delay 100    </profile>    <threadPool>      initialThreads 1      minThreads 1      <sizeController>        enable false        autoMaxDetect true	delay 1000	threshold 10	idleTimeThreshold 1000      </sizeController>    </threadPool>    <rtController>      enable true      targetResponseTime 200.0    </rtController>  </global>  <stages>  <ClientStage>    class ClientStage    <initargs>      recv_handler RecvStage    </initargs>    <rtController>      enable false    </rtController>  </ClientStage>  <RecvStage>    class RecvStage    <initargs>      next_handler ProcessStage    </initargs>    <rtController>      enable false    </rtController>  </RecvStage>  <ProcessStage>    class ProcessStageExpCPU    <initargs>      mu 100.0    </initargs>    <rtController>    </rtController>  </ProcessStage>  </stages></sandstorm>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?