diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-23 21:13:16 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-23 21:13:16 +0000 |
commit | 37756172a8a09a4ae30df9f4af831c09d5e30e68 (patch) | |
tree | ca09565f1b2e754f8c1b46bdf36dd8c64569e931 /ace/Service_Manager.h | |
parent | 325d31d380c6906bb5c4910d03866985d041d7be (diff) | |
download | ATCD-37756172a8a09a4ae30df9f4af831c09d5e30e68.tar.gz |
.
Diffstat (limited to 'ace/Service_Manager.h')
-rw-r--r-- | ace/Service_Manager.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Service_Manager.h b/ace/Service_Manager.h index cf75238b1c0..be40a485987 100644 --- a/ace/Service_Manager.h +++ b/ace/Service_Manager.h @@ -35,7 +35,12 @@ class ACE_Export ACE_Service_Manager : public ACE_Service_Object // configured in an <ACE_Service_Repository>. // // = DESCRIPTION - // This + // This implementation is very simple. It just handles each + // client request one at a time. Each request is associated + // with a new connection, which is closed when the request is + // processed. In addition, you must be using the singleton + // <ACE_Reactor::instance> in order to trigger reconfigurations. + // This scheme can certainly be improved. public: // = Initialization and termination hooks. ACE_Service_Manager (void); |