1 This demo illustrates how to invoke ordinary (twoway) operations, as
2 well as how to make oneway, datagram, secure, and batched invocations.
4 To run the demo, first start the server:
8 In a separate window, start the client:
12 To test timeouts you can use 'T' to set a timeout on the client proxy
13 and 'P' to set a delayed response in the server to cause a timeout.
14 You will notice that two "Hello World!" messages will be printed by
15 the server in this case. This is because the sayHello method is marked
16 as idempotent in the slice, meaning that Ice does not need to follow
17 the at-most-once retry semantics. See the manual for more information