OpenSockets and multiple stacks...?

Mark Wieder mwieder at ahsoftware.net
Wed Oct 26 03:07:36 EDT 2005


Alex-

Tuesday, October 25, 2005, 5:52:12 PM, you wrote:

> The other option would be to do it as a peer-to-peer distribution using
> local repeaters - an even more interesting protocol design problem, but
> probably even less pragmatic a choice :-)

Another way to tackle this would be to have the student stacks
"subscribe" to the instructors stack by opening socket connections.
Then the instructors stack could just push out messages to the
subscribed sockets. This would save you from having to use multicast
packets and give you a finite and known pool of sockets to deal with.
(Although the peer-to-peer approach is most definitely the more
interesting way to go about designing it).

-- 
-Mark Wieder
 mwieder at ahsoftware.net




More information about the use-livecode mailing list