exp-cpu-tp.cfg

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

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

⌨️ 快捷键说明

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