1 This directory contains a number of example applications that
2 illustrate how to transmit large files using standard CORBA and TAO.
3 The individual directories contain READMEs on how to run the following
8 Illustrates how to use the Iterator pattern to download
9 large files one chunk at a time using synchronous
10 method invocations that are "pulled" by the client
15 Illustrates how to use the Iterator pattern to download
16 large files one chunk at a time using asynchronous
17 method invocations that are "pulled" by the client
22 Illustrates how to use the Observer pattern to download
23 large files one chunk at a time using asynchronous
24 method invocations that are "pushed" from the server