antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 537 forks source link

Can disque handle RPC? #104

Closed gideonairex closed 9 years ago

gideonairex commented 9 years ago

I have created a node client which is disqueue-node. I have implemented a RPC. My concern is that I have achieved this using 3 tcp connections for request, response and replyQueue. In the reason that get jobs waits until it gets jobs then hangs up the rest of the commands. Do you think it can be achieved using 1 tcp connection?

antirez commented 9 years ago

Hello, for Disque general questions are handled via Stack Overflow. Please could you send your question there, tagged disque, and ping me here when you did? I'll reply promptly. Thanks.

gideonairex commented 9 years ago

Hi, heres the stackoverflow question

antirez commented 9 years ago

Thanks @gideonairex I just replied.