diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-05-18 16:02:21 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-05-18 16:02:21 +0000 |
commit | 00ea4fadb90162e3530d0b2c8b8ea11e9d7609a2 (patch) | |
tree | a6b2a2cc9b8090abd86a23006823d48e0e63ddfd /cs/config/TestUtil.py | |
parent | Added session activation demo (diff) | |
download | ice-00ea4fadb90162e3530d0b2c8b8ea11e9d7609a2.tar.bz2 ice-00ea4fadb90162e3530d0b2c8b8ea11e9d7609a2.tar.xz ice-00ea4fadb90162e3530d0b2c8b8ea11e9d7609a2.zip |
Added session activation demo to windows projects
Diffstat (limited to 'cs/config/TestUtil.py')
-rw-r--r-- | cs/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/config/TestUtil.py b/cs/config/TestUtil.py index 84b4f165876..1f0f93652f9 100644 --- a/cs/config/TestUtil.py +++ b/cs/config/TestUtil.py @@ -29,8 +29,8 @@ compress = 0 # thread per connection mode. # -threadPerConnection = 0 -#threadPerConnection = 1 +#threadPerConnection = 0 +threadPerConnection = 1 if protocol == "ssl": threadPerConnection = 1 |