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:
Cheers,Code:C:\> cd Ice-3.2.0 C:\Ice-3.2.0> patch -p0 < patch.txt
Benoit.

Reply With Quote