📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -