diff options
author | Benoit Foucher <benoit@zeroc.com> | 2003-04-09 16:24:29 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2003-04-09 16:24:29 +0000 |
commit | 1c80d3442429d816bd2213550752648c1d6b734b (patch) | |
tree | f71159a2b446914ee25a0acdfacaf10cfaa89a1d /cpp | |
parent | Removed Glacier missive queue and replaced it with a request queue. All (diff) | |
download | ice-1c80d3442429d816bd2213550752648c1d6b734b.tar.bz2 ice-1c80d3442429d816bd2213550752648c1d6b734b.tar.xz ice-1c80d3442429d816bd2213550752648c1d6b734b.zip |
Glacier request queue
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 54378bd68f5..c7e6e7a8088 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,10 @@ Changes since version 1.0.1 --------------------------- +- Changed glacier router to send all requests from a separate + thread. Previously, only requests forwarded as batch would be sent + from a separate thread. + - Ice now builds on Solaris 9/Sun C++ 5.4 ... but not all tests pass. - Replaced the Freeze::EvictorPersistenceMode enumeration with the |