Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / DevGuideExamples / PortableInterceptors / PICurrent / README
blob6b2675b00eb93d38c41a322c6ecb5b93de27079b
3 Portable Interceptors
6 File: DevGuideExamples/PortableInterceptor/PICurrent_NameService/README
9 This directory contains an example that shows how the PICurrent can
10 be used to stop client-side interceptor recursions.
12 This example is based on the Messenger example in GettingStarted
13 directory.  A message is send by MessengerClient and displayed by
14 MessengerServer.  When the client receives a reply, it asks the server
15 for the current time. This causes a recursive call at the receive_reply()
16 interception point. A flag is passed in the PICurrent to let the client
17 know the call is recursive.
19 How to Run
20 ----------
22 To start the server:
23 ------------------
24 ./MessengerServer
26 To start the client:
27 ------------------
28 ./MessengerClient -ORBInitRef Messenger=file://Messenger.ior
30 Execuction via Perl Script
31 -------------------------
33 A Perl script has been created to automate the steps shown
34 above.  This script can be run via the following command:
36 ./run_test.pl