summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-26 23:01:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-26 23:01:25 +0000
commiteb5285424cf7542b4ae7629fc260d55a5b3f7b0a (patch)
tree970f049e1581ace3723ca4bfd1696a1b44427568
parenta6c178de9d425cb14d14fce08f055278705293ee (diff)
downloadATCD-eb5285424cf7542b4ae7629fc260d55a5b3f7b0a.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 1a5cf3e8987..19484f1e6ea 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -11,8 +11,10 @@ Wed Aug 26 17:00:38 1998 Nanbor Wang <nanbor@cs.wustl.edu>
ACE_Select_Reactor_Token_T<ACE_Noop_Token>>.
* tao/ORB_Core.{h,cpp}: Added a new option '-ORBlockfreereactor'
- for TAO_Resource_Factory. Specify it to 'yes' if you don't want
- any locking with the reactor. Use with care.
+ for TAO_Resource_Factory. Specify it to 'yes' if you don't want
+ any locking with the reactor. Use with care, e.g., if you are
+ running a completely single-threaded ORB or a Reactor-per-thread
+ model.
Wed Aug 26 17:05:27 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>