diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-02 17:24:44 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-02 17:24:44 +0000 |
commit | d1c5987eabe94554db65cc6fefde10026870f561 (patch) | |
tree | 474ca365cdf219f772612936719dd3976fc13684 /tests/Cached_Conn_Test.cpp | |
parent | 4f2a89425d1439ffa9aaae94c7ca318234bd743e (diff) | |
download | ATCD-d1c5987eabe94554db65cc6fefde10026870f561.tar.gz |
Added comments
Diffstat (limited to 'tests/Cached_Conn_Test.cpp')
-rw-r--r-- | tests/Cached_Conn_Test.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/Cached_Conn_Test.cpp b/tests/Cached_Conn_Test.cpp index f647685e25a..bfe06ffeb4a 100644 --- a/tests/Cached_Conn_Test.cpp +++ b/tests/Cached_Conn_Test.cpp @@ -9,8 +9,11 @@ // Cached_Conn_Test.cpp // // = DESCRIPTION -// The test illustrates how the <ACE_Strategy_Connector> works by showing how you can -// cache connections on the client. +// The test illustrates how the <ACE_Strategy_Connector> works by +// showing how you can cache connections on the client using +// different caching strategies. Also how connections can be purged +// explicitly if needed from the connection cache maintained by the +// connector. // // = AUTHOR // Kirthika Parameswaran <kirthika@cs.wustl.edu> |