Hi,
Ice for .NET random endpoint selection only worked for proxies with more than 2 endpoints and it was also not thread safe, potentially leading to endpoint selection not being randomized anymore. The patch attached to this post fixes these 2 issues.
To apply the patch to the Ice 3.3.1 source distribution:
Cheers,Code:$ cd Ice-3.3.1 $ patch -p1 < patch-rand.txt
Benoit.

Reply With Quote