summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Thread_Pool/README
blob: 95161aaa6b10f7decf76490f0feaef8680400e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$Id$

Description:
This is a simple test for a RT thread-pool server.  It creates a
server process with a variable number of threads, multiple clients can
send requests to it, the requests are handled in different threads.

Expected output:
The server prints out the IOR of the object it serves and the thread
that handles each request.

How to run:
You can use the run_test.pl script to run it or:

$ server 
$ client 
$ client 
$ client -x