Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / DevGuideExamples / Multithreading / README
blobc3b7f2ebc727e69dafc5fda28e18f0e17f9c4a87
3 File: DevGuideExamples/Multithreading/README
5 This directory contains subdirectories containing CORBA examples
6 illustrating TAO's various concurrency models:
8 Reactive
10   Contains an example of a single-threaded server that uses the
11   reactive concurrency model.
13 ThreadPerConnection
15   Contains an example of a multithreaded server that uses the
16   thread-per-connection concurrency model.
18 ThreadPool
20   Contains an example of a multithreaded server that provides a pool
21   of threads for concurrent processing of client requests.