[Spread-users] Different message type, different service?

Jonathan Stanton jonathan at cnds.jhu.edu
Thu Oct 24 10:44:27 EDT 2002


There is a third function discard_packet which also delivers SAFE.

Unreliable are treated as reliable in this implementation of Spread.
Causal are treated as Agreed in this version.

So in essence, unrel, rel are delivered by deliver_reliable; causal and
agreed are delivered by deliver_agreed, and safe are delivered by
discard_packet. 

This is a simplification, but shows the rough mapping.

Jonathan

On Thu, Oct 24, 2002 at 04:17:35PM +0900, gulekim at samsung.co.kr wrote:
> 
> Hi, all.
> 
> 
> In Spread, different message type gives different service.
> Unreliable message may be dropped or unordered.
> Reliable message is ordered but not fifo.
> ...
> Safe message is the best reliable and fifo and causal.
> 
> Now queustion ...
> 
> At handle_token or handle_bcast, there is only 2 function for message delivery.
> 
> 1) deliver_agreed_packet.
> 2) deliver_reliable_packet.
> 
> and HOW different services are achived from this 2 functions?
> 
> 
> 
> Anybody can help me.
> 
> Thank you.
> 
> Bye.
> 
> 
> 
> _______________________________________________
> Spread-users mailing list
> Spread-users at lists.spread.org
> http://lists.spread.org/mailman/listinfo/spread-users

-- 
-------------------------------------------------------
Jonathan R. Stanton         jonathan at cs.jhu.edu
Dept. of Computer Science   
Johns Hopkins University    
-------------------------------------------------------




More information about the Spread-users mailing list