Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / MT_SSLIOP / README
blob778e677defb1b68ed8f2d79c4cabe795d1cf3358
1 Description:
3 This is a simple test for a thread-pool server that can
4 service multithreaded clients with the same object reference.
5 It creates a server process with a variable number of threads,
6 multiple (multithreaded) clients can send requests to it, the
7 requests are handled in different threads.
9 Expected output:
11 The server prints the thread that handles each request. The Client
12 prints the Validation info as well as the  thread pid and iteration
13 number.
15 How to run:
16 Use the run_test.pl.
18 For SSL:
19    Key and certificated are copied from the Security/cert directory
20    Pvt Key File ( RSA ) = server_key.pem
21    Self Signed Certificate = server_cert.pem
23    ORB Svc Conf File for Server = server.conf
24    ORB Svc Conf File for Client = client.conf