diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-10 06:43:04 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-10 06:43:04 +0000 |
commit | fb233bfe49da722b4010511286b29fa7e922f02c (patch) | |
tree | aade85d44ed0359a0c447388db5d9b76ba436d5c /ChangeLog-97b | |
parent | 9b05233797268c2e2f6ec40149dbe274d4543a20 (diff) | |
download | ATCD-fb233bfe49da722b4010511286b29fa7e922f02c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r-- | ChangeLog-97b | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 91d84abe7b2..1fc0fdd78d5 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,15 +1,9 @@ -Thu Oct 09 21:13:47 1997 <irfan@TWOSTEP> +Thu Oct 9 22:23:56 1997 Douglas C. Schmidt <schmidt@merengue.cs.wustl.edu> - * ace/Strategies_T.cpp (connect_svc_handler): Added - synchronization to the method as the setting of the in_use bit - in the service handler must be done atomically with the finding - and binding of the service handler in the cache. - - * tests/Conn_Test.cpp (client_connections): Added mutlithreading - to the test in order to test out the new MT features of the - Connector. - -Thu Oct 9 19:59:46 1997 Douglas C. Schmidt <schmidt@merengue.cs.wustl.edu> + * ace/Thread_Manager.cpp: Moved the explicit template + instantiations for ACE_Unbounded_Queue out of the complicated + #ifdef since we also want this to compile even if we don't have + threads. * tests/MT_SOCK_Test.cpp: Revised the code so that it uses processes on UNIX rather than threads. @@ -23,6 +17,15 @@ Thu Oct 9 19:59:46 1997 Douglas C. Schmidt <schmidt@merengue.cs.wustl.edu> Thu Oct 09 18:43:14 1997 <irfan@TWOSTEP> + * ace/Strategies_T.cpp (connect_svc_handler): Added + synchronization to the method as the setting of the in_use bit + in the service handler must be done atomically with the finding + and binding of the service handler in the cache. + + * tests/Conn_Test.cpp (client_connections): Added mutlithreading + to the test in order to test out the new MT features of the + Connector. + * ace/OS.cpp (invoke): Somehow there was a bug introduced in ACE_Thread_Adapter::invoke where the user entry point was being called twice! |