diff options
-rw-r--r-- | TAO/ChangeLog-99c | 4 | ||||
-rw-r--r-- | TAO/docs/configurations.html | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index ce4b2ede479..c81a3f5bdbe 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,7 @@ +Mon Jul 26 20:55:41 1999 Irfan Pyarali <irfan@cs.wustl.edu> + + * docs/configurations.html: Added thread-pool example link. + Mon Jul 26 18:20:33 1999 Ossama Othman <othman@cs.wustl.edu> * docs/releasenotes/index.html: diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html index 13776d795fa..145e6155efb 100644 --- a/TAO/docs/configurations.html +++ b/TAO/docs/configurations.html @@ -515,7 +515,10 @@ multiple ORBs, and thread-per-connection</i> configuration.<P> <tt>-ORBConcurrency reactive</tt></td> </tr> </table> - + <P> + <tt><a href="../tests/MT_Server">MT_Server</a></tt> is a good + example on using <i>multiple threads, thread-pool</i> + configuration.<P> <P><li> Multiple threads, multiple ORBs, thread-pool model.<a NAME="multiorb-tpool"></a> </li><P> |