The past few days I've been working on websockets and the write up is
here: http://picolisp.com/wiki/?Websockets

There are two settings that could be discussed right away on this mailing list:

1.) The appropriateness of clearing out disconnected clients from the
tag and id lists every 5 seconds, maybe it should be higher, maybe
lower.

2.) The appropriateness of sending a ping from each client process to
each client every 10 seconds to keep the connection alive, it could
probably be higher.

Finally note that I'm not using the words "subscribe", "publish" or
"channel" in the post (or the code) is that I don't want to confuse
what I've done with WAMP: http://wamp.ws/ since it's not an
implementation of that sub-protocol.

Enjoy!
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to