3 DIOP - UDP Based Pluggable Protocol - Example
4 =============================================
6 This example tests the UDP Pluggable Protocol (DIOP) implementation by
7 sending oneway requests to a server. The server in turn replies to
8 the client with the request ID, he got on the invocation. The client
9 therefore implements the same object to handle replies.
11 To start the test do the following:
13 server -o ior_file -ORBEndpoint diop://:1306
15 client -k file://ior_file -ORBEndpoint diop://:1305
17 or just run the Perl Script
21 To test proper dispatching functionality of requests from several
22 clients just start several clients in the same way, but with different
25 The CORBA object implemenation checks the request ID for sequential
26 ordering. If a request arrives out of order, it will note it - on
27 client as well as on server side.