diff options
author | Marc Laukien <marc@zeroc.com> | 2005-04-08 20:15:08 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-04-08 20:15:08 +0000 |
commit | d3031822bfeaa0e1210eb4609b2454cef56d5790 (patch) | |
tree | e26f8b6bf16542caad47494b4585a9a7a00edd8a /java/config/TestUtil.py | |
parent | thread per connection fix (diff) | |
download | ice-d3031822bfeaa0e1210eb4609b2454cef56d5790.tar.bz2 ice-d3031822bfeaa0e1210eb4609b2454cef56d5790.tar.xz ice-d3031822bfeaa0e1210eb4609b2454cef56d5790.zip |
thread per connection fix
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r-- | java/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py index 754f2df3e67..2909b62d29a 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.py @@ -29,8 +29,8 @@ compress = 0 # thread per connection mode, or if you are using SSL. # -#threadPerConnection = 0 -threadPerConnection = 1 +threadPerConnection = 0 +#threadPerConnection = 1 if protocol == "ssl": threadPerConnection = 1 |