diff options
author | Marc Laukien <marc@zeroc.com> | 2004-10-26 21:13:30 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-10-26 21:13:30 +0000 |
commit | e1bb249bcb629ce94f69bff9e0ae72b40aeb4d28 (patch) | |
tree | 5629f6032f1a9471e8585ab9d73eb5cd4a2b95dd /cpp/config/TestUtil.py | |
parent | Work-around for Sun CC (diff) | |
download | ice-e1bb249bcb629ce94f69bff9e0ae72b40aeb4d28.tar.bz2 ice-e1bb249bcb629ce94f69bff9e0ae72b40aeb4d28.tar.xz ice-e1bb249bcb629ce94f69bff9e0ae72b40aeb4d28.zip |
more thread-per-connection
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index e70e9888832..52b6c00d380 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -29,8 +29,8 @@ compress = 1 # thread per connection mode. # -threadPerConnection = 0 -#threadPerConnection = 1 +#threadPerConnection = 0 +threadPerConnection = 1 # # If you don't set "host" below, then the Ice library will try to find |