> Do you think that routing cicle is ok? There is a better way to do that?
> Can you give any advice about that?

How do you solve the issue which can happen if a client is not receiving
data fast enough ? The sending socket will buffer data (It is asynchronous
on send as well) and all memory could be consumed if you don't kill client
which do not receive data, or at least delete some data (the oldest or the
newest).

Also, with your system, data is duplicated as much as you have clients. This
is a waste of memory and will not scale up nicely.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be




--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to