zeromq
How should a ZeroMQ worker safely "hang up"?
I started using ZeroMQ this week, and when using the Request-Response pattern I am not sure how to have a worker safely \"hang up\" and close his socket without possibly dropping a message and causing[详细]
2023-01-16 06:46 分类:问答Compile C lib for iPhone
I\'m trying to compile ZeroMQ C binding in order to be able to use it on iPhone, here is my configure options:[详细]
2023-01-13 17:06 分类:问答How do I compile jzmq for ZeroMQ on OSX?
Trying to follow the directions from: http://github.com/zeromq/jzmq I installed pkg-config using Homebrew and then I run the following commands:[详细]
2023-01-12 10:58 分类:问答0MQ with green threads?
I\'ve grown to like erlang, and it\'s a great (cough) architectural fit to my problem. Meanwhile I still like to imagine that I can kludge erlang processes & asynchronous message passing in python[详细]
2023-01-11 04:12 分类:问答Do you know any projects where ZeroMQ was used? Both success and failure stories are valuable [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-10 12:14 分类:问答Is 0MQ a protocol, a layer, or both? Can I use it in conjunction with STOMP?
I\'ve tied myself in knots, being new to both STOMP and 0MQ, but in a nutshell, I want to facilitate client to client communication in the browser with interaction from a PHP MOM or a number of PHP MO[详细]
2023-01-06 23:06 分类:问答How do CPG of Corosync, ZeroMQ, and Spread compare for messaging?
I\'m interested in: Performance Latency Throughput Resource usage (CPU, memory, ...) High availability No single point of failure[详细]
2023-01-05 14:00 分类:问答How to set a zmq socket timeout
I\'ve got client and server applications using zmq in the ZMQ_REQ context. What I\'m experiencing is that when the server component goes 开发者_运维百科down or is unavailable, the client will wait unt[详细]
2023-01-04 14:54 分类:问答Subscribe Authentication With ZeroMQ
I am having a hard time understanding the ZeroMQ messaging system, so before I dive in, I wanted to see if anyone knew if what I want to do is even possible.[详细]
2023-01-04 07:27 分类:问答zeromq/AMQP plugable?
[1] I was reading through the AMQP standard, and it seems that there is a clear separation between the exchange, queue and binding component. However, looking at the zeromq docs, it doesn\'t seem as i[详细]
2022-12-18 23:06 分类:问答