expected-output

来自「MICO2.3.13 corba 环境平台」· 代码 · 共 39 行

TXT
39
字号
Running.server: Hello World! I'm running with thread pool concurrency model        maximum number of requests processed in parallel is 100        maximum number of connections is 1000client: hello operation invoked. I'm running with threaded client concurrency model        maximum number of requests processed in parallel is 20        maximum number of connections is 30server: Hello World! I'm running with thread pool concurrency model        maximum number of requests processed in parallel is 100        maximum number of connections is 1000client: hello operation invoked. I'm running with reactive client concurrency model        maximum number of requests processed in parallel is 2        maximum number of connections is 2server: Hello World! I'm running with thread pool concurrency model        maximum number of requests processed in parallel is 100        maximum number of connections is 1000client: hello operation invoked. I'm running with blocking threaded client concurrency model        maximum number of requests processed in parallel is 8        maximum number of connections is 8Running.server: Hello World! I'm running with thread per connection concurrency model        maximum number of requests processed in parallel is 40        maximum number of connections is 100client: hello operation invoked. I'm running with threaded client concurrency model        maximum number of requests processed in parallel is 20        maximum number of connections is 30server: Hello World! I'm running with thread per connection concurrency model        maximum number of requests processed in parallel is 40        maximum number of connections is 100client: hello operation invoked. I'm running with reactive client concurrency model        maximum number of requests processed in parallel is 2        maximum number of connections is 2server: Hello World! I'm running with thread per connection concurrency model        maximum number of requests processed in parallel is 40        maximum number of connections is 100client: hello operation invoked. I'm running with blocking threaded client concurrency model        maximum number of requests processed in parallel is 8        maximum number of connections is 8

⌨️ 快捷键说明

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