diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-06 22:17:57 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-06 22:17:57 +0000 |
commit | d013e72955f36a6c5b94ff6edeebfb79ea63aa33 (patch) | |
tree | cfa4f4c8d73401303760683a3a2fa834ab991b7c /ChangeLog-98b | |
parent | 73614f50438a2dcbe4481cce4bddb785a885ba22 (diff) | |
download | ATCD-d013e72955f36a6c5b94ff6edeebfb79ea63aa33.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r-- | ChangeLog-98b | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b index 62b204f3f69..c83902c8337 100644 --- a/ChangeLog-98b +++ b/ChangeLog-98b @@ -1,10 +1,10 @@ Wed Jan 06 15:15:37 1999 Nanbor Wang <nanbor@cs.wustl.edu> - * ace/Service_Config.cpp (process_directive,close): Moved the - deletion of <svc_conf_file_queue_> into close method. - Otherwise, there's no way to reconfigure the service - configuration once it get started. Thanks to Mike Goldman - <whig@by.net> for reporting the problem. + * ace/Service_Config.cpp (process_directive,close): Moved the + deletion of <svc_conf_file_queue_> into close method. + Otherwise, there's no way to reconfigure the service + configuration once it get started. Thanks to Mike Goldman + <whig@by.net> for reporting the problem. Wed Jan 6 14:27:24 EST 1999 James CE Johnson <jcej@lads.com @@ -17,37 +17,37 @@ Wed Jan 6 14:27:24 EST 1999 James CE Johnson <jcej@lads.com Tue Jan 05 22:55:07 1999 Irfan Pyarali <irfan@cs.wustl.edu> - * ace/Strategies_T.cpp (cleanup_hint_i and check_hint_i): Since we - are holding the connection cache lock in these methods, the - Svc_Handler should not call purge(). If it does, a deadlock - will occur (unless we have recursive locks) since we are already - holding the connection cache lock. Therefore, we zero out the - recycler before calling svc_handler->close() and purge out the - svc_handler entry ourself (through purge_i()). + * ace/Strategies_T.cpp (cleanup_hint_i and check_hint_i): Since we + are holding the connection cache lock in these methods, the + Svc_Handler should not call purge(). If it does, a deadlock + will occur (unless we have recursive locks) since we are already + holding the connection cache lock. Therefore, we zero out the + recycler before calling svc_handler->close() and purge out the + svc_handler entry ourself (through purge_i()). - Thanks to Mark L. Boriack <mboriack@std.saic.com> for providing - a precise example illustrating this bug. + Thanks to Mark L. Boriack <mboriack@std.saic.com> for providing + a precise example illustrating this bug. Tue Jan 5 18:48:47 James CE Johnson <jcej@lads.com> - * docs/tutorials/templates.html: - Fixed a number of problems here. Thanks to Amos Shapira - <Amos_Shapira@icomverse.com> for pointing them out. + * docs/tutorials/templates.html: + Fixed a number of problems here. Thanks to Amos Shapira + <Amos_Shapira@icomverse.com> for pointing them out. - * docs/tutorials/colorize: - I pulled out the colorization code from combine into this - standalone script. One of these days I'll fix combine so that the - code isn't duplicated... + * docs/tutorials/colorize: + I pulled out the colorization code from combine into this + standalone script. One of these days I'll fix combine so that the + code isn't duplicated... Tue Jan 5 16:14:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu> - * ace/config-irix6.x-common.h: - Added ACE_TIMER_SKEW definition. + * ace/config-irix6.x-common.h: + Added ACE_TIMER_SKEW definition. - * ace/FILE.cpp: - Fixed the seek() prototype, is was declared as taking a "off_t" - argument, but is was defined with a "long" argument, - unfortunately in most platforms this was not a problem. + * ace/FILE.cpp: + Fixed the seek() prototype, is was declared as taking a "off_t" + argument, but is was defined with a "long" argument, + unfortunately in most platforms this was not a problem. Tue Jan 05 13:15:35 1999 Nanbor Wang <nanbor@cs.wustl.edu> |