Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / DevGuideExamples / PortableInterceptors / Auth / README
blob9e60d402ea5dd55ec469e98b8cda6b0a2dfd8ea5
3 Portable Interceptors
6 File: DevGuideExamples/PortableInterceptor/Auth/README
9 This directory contains an example illustrating client and server
10 Request Interceptors.
12 This is a simple insecure authentication example that is based on
13 the Messenger example in GettingStarted directory.  A message is
14 sent by MessengerClient and displayed by MessengerServer.  A client-side
15 portable interceptor adds a username to each request sent to the server.
16 A server-side interceptor verifies that the supplied username is valid.
18 How to Run
19 ----------
21 To start the server:
22 ------------------
23 ./MessengerServer
26 To start the client:
27 ------------------
28 ./MessengerClient
32 Exeuction via Perl Script
33 -------------------------
35 A Perl script has been created to automate the steps shown
36 above.  This script can be run via the following command:
38 ./run_test.pl