diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-30 01:42:49 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-30 01:42:49 +0000 |
commit | 38bdbd172c0c2aad284531f42a69aba18a59c547 (patch) | |
tree | 5436dfd41e4a720baa9751e5a3b2296d4691be4c /TAO/docs | |
parent | 731201b77be41623c30cc5af307c46e73556babd (diff) | |
download | ATCD-38bdbd172c0c2aad284531f42a69aba18a59c547.tar.gz |
Updated documentation for thread-pool concurrency strategy.
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/configurations.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html index 64fb79b5f99..3603297f96a 100644 --- a/TAO/docs/configurations.html +++ b/TAO/docs/configurations.html @@ -80,11 +80,11 @@ Roadmap</h3> model.</a></li> <li> -<a href="#tpool">Multiple threads, thread-pool model.</a> (Not yet implemented.)</li> +<a href="#tpool">Multiple threads, thread-pool model.</a></li> <li> <a href="#multiorb-tpool">Multiple threads, ORB-per-thread, thread-pool -model.</a> (Not yet implemented.)</li> +model.</a></li> <li> Each configuration has the following information:</li> @@ -166,8 +166,8 @@ reactively and running in separate threads.</li> a new thread whose job is to service requests coming from the connection. The new threads inherits all properties from the ORB threads (see below.)</li> -<li> -<tt>thread-pool</tt> (not yet implemented): ... to be continued ...</li> +<li> <tt>thread-pool</tt>: The ORB pre-spawn a group of threads for +servicing the incoming requests. Threads are not bound to a specific connection.</li> </UL><P> <li> @@ -457,7 +457,7 @@ threads which service requests form establiched connections.</td> is a good example on using <i>multiple threads, ORB-per-thread, and thread-per-connection</i> configuration.<P> <li> -<a NAME="tpool"></a>Multiple threads, thread-pool model. (Not yet implemented.)</li><P> +<a NAME="tpool"></a>Multiple threads, thread-pool model.</li><P> <table BORDER=2 CELLSPACING=2 CELLPADDING=0 WIDTH="90%" > <tr ALIGN=LEFT> @@ -495,7 +495,7 @@ movement between threads.</td> <P><li> Multiple threads, ORB-per-thread, thread-pool model.<a NAME="multiorb-tpool"></a> -(Not yet implemented.)</li><P> +</li><P> <table BORDER=2 CELLSPACING=2 CELLPADDING=0 WIDTH="90%" > <tr ALIGN=LEFT> |