diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-05 22:38:37 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-05 22:38:37 +0000 |
commit | b424ac60271896aaa57072b2ea7736b10ea5f55b (patch) | |
tree | a519a9568872cef45d5f99b35380bd0efc26430a /cpp/config/TestUtil.py | |
parent | fix (diff) | |
download | ice-b424ac60271896aaa57072b2ea7736b10ea5f55b.tar.bz2 ice-b424ac60271896aaa57072b2ea7736b10ea5f55b.tar.xz ice-b424ac60271896aaa57072b2ea7736b10ea5f55b.zip |
thread id fix
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 1d687e49e60..cdd1d550eac 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 |