Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #6 for Ice 3.5.1: fix for Ice for .NET thread pool serialization issue

benoit
benoit Rennes, France
The attached patch fixes a bug in Ice for .NET where the thread pool might under certain circumstances serialize dispatch rather than executing them from multiple threads.

To apply the source patch to a fresh Ice 3.5.1 source distribution:
> cd Ice-3.5.1
> patch --binary -p1 < patch-3.5.1-6.txt

Follow the instructions from the Ice release notes to build a source distribution.

Regards,

ZeroC Staff