tags:

views:

17

answers:

0

I have a server and a client. The client is capable of sending out various types of IPC requests. What are some proven approaches/frameworks for a generic timeout handling that can accomodate each type of request? Ideally, I would like to have:

  • different behavior for handling timeout of different types of messages
  • on client side, report error on which type of request failed
  • scalable with regards to the number of request types