diff options
author | Marc Laukien <marc@zeroc.com> | 2005-04-08 20:14:53 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-04-08 20:14:53 +0000 |
commit | 521249e58c76fa92de4d8084b8abd4c47b5cd75d (patch) | |
tree | c93cf970c87b53a030541bdd322aa199a3a7ab09 /java/config/TestUtil.py | |
parent | fix a bug in the server project file (diff) | |
download | ice-521249e58c76fa92de4d8084b8abd4c47b5cd75d.tar.bz2 ice-521249e58c76fa92de4d8084b8abd4c47b5cd75d.tar.xz ice-521249e58c76fa92de4d8084b8abd4c47b5cd75d.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 2909b62d29a..754f2df3e67 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 |