[OT, Q] Architecture for Message Broadcasting

"S.J.Chun" chunsj at embian.com
Mon Jul 2 13:34:26 UTC 2007


Hi,

The problem is that I cannot use special broadcasting address
because most switch/router does not allow them to pass (at least here :-).

So, I have to - as I said - find way to work around this problem.

Thanks. 

----- Original Message -----
   From: Herbert Knig <herbertkoenig at gmx.net>
   To: "S.J.Chun" <chunsj at embian.com>, The general-purpose Squeak developers list <squeak-dev at lists.squeakfoundation.org>
   Sent: 07-07-02 19:38:41
   Subject: Re: Re: [OT, Q] Architecture for Message Broadcasting

  Hello S.J.Chun,


SJC> I'm currently thinking of create a simple TCP server which receives
SJC> message - message will be single line - then iterate over connected
SJC> sockets to send message to them.

Afaik broadcast is one single send and everybody listens.

IIRC a special broadcasting address is used where everybody listens.

I never done TCP myself but it feels very wrong to to resend the same
message for each receiver.

Cheers


Herbert                            mailto:herbertkoenig at gmx.net




More information about the Squeak-dev mailing list