Skip to content

Latest commit

 

History

History

Ice

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Demos in this directory:

  • asyncInvocation

    This demo illustrates the use of Asynchronous Method Invocation (AMI) with futures.

  • context

    This demo shows how to use Ice request contexts.

  • gui

    A GUI application that shows how to use Asynchronous Method Invocation (AMI) in a graphical client.

  • hello

    This demo illustrates how to invoke ordinary (twoway) operations, as well as how to invoke oneway operations, use datagrams, secure invocations, and how to use batched invocations.

  • latency

    A simple latency test that measures the basic call dispatch delay of Ice.

  • matrix

    This demo illustrates how to create and use MATLAB matrices with Ice.

  • minimal

    This demo illustrates a minimal Ice application.

  • optional

    This demo shows the use of the optional keyword.

  • properties

    Shows how to access a server's PropertiesAdmin facet in order to retrieve and modify its configuration properties, and how the server can receive notifications whenever its properties are changed.

  • session

    This demo shows how to use sessions to clean up client-specific resources in a server after the client shuts down or crashes.

  • throughput

    A simple throughput demo that allows you to send sequences of various types between client and server and to measure the maximum bandwidth that can be achieved using serialized synchronous requests.