readme

来自「用ICE+MFC开发的一个示例程序.以向用户演示ICE的初步应用.」· 代码 · 共 22 行

TXT
22
字号
The client-side portion of the MFC hello demo. Note that this demo can
be used with the MFC server, or any of the other hello servers (for 
example, the one contained in demo/Ice/hello).

To run the demo, first start the server:

$ cd ../server
$ server

Then start the client:

$ client

To test timeouts, enable the "Timeout" check box to set a timeout on
the client proxy and the "Delay" check box to force the server to
delay its response long enough to trigger the timeout in the client.
You will notice that the server prints two "Hello World!" messages.
These occur because the Slice operation sayHello is marked as
idempotent, which allows the Ice run time to retry the operation in
the case of a timeout failure. See the Ice manual for more information
about retry behavior.

⌨️ 快捷键说明

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