Archived

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

Patch #2 for Ice 3.2: fix for throughput performance issue on Windows

benoit
benoit Rennes, France
Hi,

On Windows platforms, you might experience excessively slow throughput when sending messages with a size over 64KB on a network connection (in particular when sending oneway requests).

Note that this is a Windows problem only, Unix platforms are not affected.

The patch below fixes this problem. To apply the patch to a fresh Ice 3.2 source distribution:
  C:\> cd Ice-3.2.0
  C:\Ice-3.2.0> patch -p0 < patch.txt

Cheers,
Benoit.