readme

来自「ICE-3.2 一个开源的中间件」· 代码 · 共 18 行

TXT
18
字号
This demo illustrates the use of Asynchronous Message Invocation (AMI)and Asynchronous Message Dispatch (AMD).To run the demo, first start the server:$ serverIn a second window, start the client:$ client The demo invocation can either have a short response time or require asignificant amount of time to complete. For the long running requestthe client uses AMI and the server uses AMD plus a worker thread to process the request. While a long request is processing, short requests are still able to be processed and more long requests can bequeued for processing by the worker thread.

⌨️ 快捷键说明

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