On Thu, Mar 21, 2013 at 11:34 AM, Joel Lauener <[email protected]> wrote:
> When, through heartbeat, the client detects that a server is not responding > I close the corresponding DEALER socket. This in turns should close the > underlying TCP socket. Yes. > I’m afraid that this could be a potential problem in production if several > clients got stuck and they pile up. What does "get stuck" mean? If clients keep their connections open, this will use up resources on the server. However unless you're talking about very large numbers of clients it's not going to cause problems. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
