Daniel-Constantin Mierla writes:
So, for
example, if k2 is a presence server and k1 is forwarding
subscribes/publish requests to it, only one process at k2 would be
processing them since the tcp connection between k1 and k2 is reused?
Those were the observations described by the one opening this thread and
then I responded with why I think it happens so, but as I wrote, I
haven't really checked the source code yet.
If that is true, then K tcp implementation is really broken. Why can't
tcp manager distribute the requests that come over a shared single
connection to the workers?
-- Juha