On 06/28/2011 11:37 PM, Steven McCoy wrote:

> 0mq uses 8KB message blocks which means XP would be affected (8KB
> default) but Vista and 7 are not (64KB default).

The MSDN article states:

This problem occurs if all the following conditions are true:

     * The Windows Sockets program uses non-blocking sockets.
     * A single send call or WSASend call fills the whole underlying 
socket send buffer.

So, the problem would occur only if the default socket buffer would be 
less than 8kB. Is that the case?

Martin
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to