diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 5ee055f0341..ae8921d4fd0 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,12 @@ Changes since version 3.2.X (binary incompatible) ------------------------------------------------- +- It is now possible for IceBox services to recursively start/stop + other IceBox services from within service start/stop method. The + Ice.Admin.ThreadPool.Size property much be set to a high enough + value to have enough threads to handle all the number of recursive + calls to startService/stopService. + - Added a new object adapter property, <adapter>.ProxyOptions, which specifies proxy options for proxies created by the object adapter. |