in reply to Re^2: Desperately need help with threaded socket
in thread Desperately need help with threaded socket

Hhmmm... Has anyone tried to do something like this using ZeroMQ?

The ZeroMQ Request-Reply Broker pattern seems like it would fit my problem's requirement, particularly if I added a Queue Proxy. Each parent thread could be a client (I have control over the API the parent threads use to talk to the broker).

  • Comment on Re^3: Desperately need help with threaded socket