[Spread-users] Configuration for two daemons on a single network

Matthew Gillen mgillen at bbn.com
Thu Aug 31 08:54:33 EDT 2006


Doug Palmer wrote:
> Hi,
> 
> I'm looking for a stable work-around for the problems I am encountering
> handling a java/C++ client pair on different machines. We're sending
> quite a high message rate (up to 50-100 reliable messages per second)
> and, if I configure the daemon to be on the java (receiver) machine and
> have the C++ (sender) client connect to it we get odd, bursty behaviour.
> 
> As a possible work-around, I'm considering two local daemons that talk
> to each other. However, if I use the configuration
> 
> Spread_Segment 10.83.72.255:4803 {
>       receiver       10.83.72.224
> }
> 
> Spread_Segment 10.83.72.255:4803 {
>       sender       10.83.72.223
> }
> 
> The two daemons don't seem to talk to each other. Is there an example
> configuration for for a pair of daemons on the same network available?

Try:
Spread_Segment 10.83.72.255:4803 {
    receiver       10.83.72.224
    sender         10.83.72.223
 }

Matt




More information about the Spread-users mailing list