Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / examples / CSD_Strategy / ThreadPool4 / README
blobac65192c1e94b06abe22baaf89c9f8d3a0d50c43
3 Description:
5 This is another test showing the use of a Custom Servant Dispatching
6 (CSD) Strategy.  This test uses the reference implementation, known as the
7 Thread Pool CSD Strategy.  This tests collocated requests.
9 The server application creates two servants, each with a different child
10 POA.  One of the POAs has a CSD Strategy applied to it, and the other does
11 not.  Also created are two collocated callback servants to test the
12 passing of object references as arguments in collocated requests.
14 The server activates a new thread for each of the two collocated "clients".
16 To run the test use the run_test.pl script:
18 $ ./run_test.pl
20         The script returns 0 if the test was successful.