[Spread-users] Spread mailboxes

Jonathan Stanton jonathan at cnds.jhu.edu
Wed Sep 5 19:09:44 EDT 2001


That is perfectly normal. 

The mailbox is just the file descriptor of the tcp (or unix socket)
connection to the Spread daemon. The access to private messages and the
'unique' name for each connection is the 'private group name' that is
returned in a result parameter of the SP_connect call. That name is made up
of the user name you passed to SP_connect and the name of the machine the
daemon is running on. It will always be unique amoung all current
connections to any of the daemons in the system.

Hope this makes sense,

Jonathan

On Wed, Sep 05, 2001 at 04:03:02PM -0700, Roy Tromble wrote:
> Hi,
> 
> I'm running Spread with two applications attempting to do group
> communication.  Both apps connect to the Spread daemon (using different
> private names), but they get the same mailbox number: 3.  Is that normal?
> Is it okay?  It seems to me like they should have different numbers (to
> access private messages differently).
> 
> Thanks,
> 
> Roy Tromble
> 
> 
> 
> _______________________________________________
> 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