blob: a38d6617ada675cbedd722ec2e06291cb468ec19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Description:
This is a simple test for a thread-pool server that can
service multithreaded clients with the same object reference.
It creates a server process with a variable number of threads,
multiple (multithreaded) clients can send requests to it, the
requests are handled in different threads.
Expected output:
The server prints the thread that handles each request. The Client
prints the Validation info as well as the thread pid and iteration
number.
How to run:
Use the run_test.pl.
FOR SSL:-
Pvt Key File ( RSA ) = pvtkey.pem
Self Signed Certificate = selfsigncert.pem
ORB Svc Conf File for Server = server.conf
ORB Svc Conf File for Client = client.conf
|