• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Apr-2020-

GNUmakefileH A D23-Mar-200377 53

GNUmakefile.inH A D23-Mar-2003193 108

READMEH A D23-Mar-2003459 1611

bd_client.ccH A D01-Aug-20123.1 KiB12188

bd_server.ccH A D01-Aug-20124.1 KiB181125

bd_shutdown.ccH A D01-Aug-2012984 4738

dir.makH A D19-Nov-20072.3 KiB7761

dir.mkH A D23-Mar-2003720 2715

echo_callback.idlH A D23-Mar-2003630 3520

README

1
2This example is almost identical to the call_back example, except that
3it uses bidirectional GIOP for the callback. See the README file in
4that directory for an explanation of what the programs do.
5
6For it to work, make sure that you have the following configuration
7parameters set:
8
9  Server:
10    acceptBiDirectionalGIOP = 1
11    serverTransportRule = "* unix,tcp,bidir"
12
13  Client:
14    offerBiDirectionalGIOP = 1
15    clientTransportRule = "* unix,tcp,bidir"
16