Hi All, I have a pretty common scenario where clients are connecting to a
service and I want to know when the client(s) went away (died for any
reason)..

my worker has a RTR socket and clients connect with a DLR socket. once the
worker gets a request from a client it starts processing (sometimes very
time consuming). however, if the client leaves/dies for any reason, i want
to stop processing to save time/resources.. how can this be implemented
without a pinging mechanism?


thanks,
Nishant
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to