[e-lang] Lamport slots with PBC (please ignore duplicate msg if exists)

Mark S. Miller markm at cs.jhu.edu
Tue Feb 6 23:45:15 CST 2007


Hi Martin, just a minor note along the way:


Martin_Scheffler wrote:
>      # This implementation assumes a non-persistent single incarnation
>      def [sr, _, _] := identityMgr.makeKnown(obj)

For this simple common case, it's better to say:

        def sr := makeSturdyRef.temp(obj)

A "temporary sturdy reference" sounds like an oxymoron, but it really means 
"sturdy against partition and crash of the client vat, but not sturdy against 
crash of the vat hosting the designated object"

-- 
Text by me above is hereby placed in the public domain

     Cheers,
     --MarkM


More information about the e-lang mailing list