⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 complex-tp.cfg

📁 The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services.
💻 CFG
字号:
<sandstorm>  <global>    <profile>      enable true      delay 100    </profile>    <batchController>      maxBatch 1    </batchController>    <threadPool>      initialThreads 1      minThreads 1      maxThreads 10000      <sizeController>        enable true        autoMaxDetect true	delay 1000	threshold 1	idleTimeThreshold 10000000      </sizeController>    </threadPool>  </global>  <stages>#  <ClientStage>#    class ClientStage#    <initargs>#    recv_handler RecvStage#    </initargs>#    <threadPool>#      maxThreads 1#    </threadPool>#  </ClientStage>  <RecvStage>    class RecvStage    <initargs>    next_handler ProcessStage    </initargs>    <threadPool>      maxThreads 1    </threadPool>  </RecvStage>  <ProcessStage>    class ProcessStageComplex#    queueThreshold 1000    <initargs>    num_loops 100000    </initargs>  </ProcessStage>  </stages></sandstorm>

⌨️ 快捷键说明

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