3 File: DevGuideExamples/Multithreading/README
5 This directory contains subdirectories containing CORBA examples
6 illustrating TAO's various concurrency models:
10 Contains an example of a single-threaded server that uses the
11 reactive concurrency model.
15 Contains an example of a multithreaded server that uses the
16 thread-per-connection concurrency model.
20 Contains an example of a multithreaded server that provides a pool
21 of threads for concurrent processing of client requests.