[Spread-users] Re: Lose Message

John Robinson jr at vertica.com
Thu Oct 9 11:17:48 EDT 2008


杨锐 wrote:

> From: "=?gb2312?B?0e7I8Q==?=" <yangrui_nwpu at 163.com>
> Subject: [Spread-users] Lose Message

> I am runing spread 4.0.0.
> 1. I write two program,one for send message to the group ,the other for receive message from group,
>    but if sender multicast message so fast then receiver will lose some message.

Spread does not do any flow control, and sends can easily outstrip
receives.  When too many messages get into the pipe, the daemon closes
the receiver's connection to drain the pipe.  Maybe your receiver is
seeing this.

If so, the application needs to do its own flow control.

/jr





More information about the Spread-users mailing list