summaryrefslogtreecommitdiff
path: root/java/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2005-04-08 20:14:53 +0000
committerMarc Laukien <marc@zeroc.com>2005-04-08 20:14:53 +0000
commit521249e58c76fa92de4d8084b8abd4c47b5cd75d (patch)
treec93cf970c87b53a030541bdd322aa199a3a7ab09 /java/config/TestUtil.py
parentfix a bug in the server project file (diff)
downloadice-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.py4
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