summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/Multithreading/README
blob: 33afe1070740f198093de24c333dde779eb66712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
File: DevGuideExamples/Multithreading/README


This directory contains subdirectories containing CORBA examples 
illustrating TAO's various concurrency models:

Reactive

  Contains an example of a single-threaded server that uses the
  reactive concurrency model.

ThreadPerConnection

  Contains an example of a multithreaded server that uses the
  thread-per-connection concurrency model.

ThreadPool

  Contains an example of a multithreaded server that provides a pool
  of threads for concurrent processing of client requests.