zeromq
ZeroMQ & Consistent Hashing
As an exerc开发者_开发问答ice to familiarize myself with 0MQ, I try to code a simple Memcached-like distributed in-memory[详细]
2023-02-01 06:31 分类:问答What are zeromq use cases?
Could you give so开发者_Python百科me examples of zeromq?Let\'s say you want to have a bulletin board of some kind. You want to allow only some people to see it, by subscribing to the bulleting board.[详细]
2023-01-31 20:05 分类:问答ZeroMQ Java Installation Problem
I\'m trying to install ZeroMQ\'s Java library but I\'ve been having problem. First error was ./configure complained about JAVA_HOME which everything seemed to be fine but I couldn\'t manage to solve i[详细]
2023-01-31 09:53 分类:问答Sending multiple multipart ZMQ PUB messages in parallel
What is the preferred开发者_StackOverflow中文版 pattern for this? Multiple contexts? Waiting until all patterns for the message are assembled and sending them synchronized?Found a solution:[详细]
2023-01-30 01:41 分类:问答Can anyone explain the request-reply broker zeromq example?
I\'m refering to the \'A Request-Reply Broker\' in the Zeromq documentation: http://zguide.zeromq.org/chapter:all[详细]
2023-01-28 23:01 分类:问答C# .NET workload processing a'la job queue processing examples ideas?
As part of my constant learning curve into what you can do to make apps scale better, I am currently trying to get a direction to go with queuing, i.e. job queuing or workload processing whichever phr[详细]
2023-01-25 06:25 分类:问答interested in zeroMQ but client binding options prove limiting
This is related to an earlier question I had asked about what sort of middleware one can use for developing a client/server app.[详细]
2023-01-22 14:53 分类:问答ZeroMQ design decisions
In a REQ/REP socket, if the socket send a request to a dead (disconnected) node the message isn\'t delivered and stays in a message queue occupying memory. How开发者_JS百科 can one clean these undeliv[详细]
2023-01-17 19:04 分类:问答ZeroMQ / ØMQ / 0MQ how to get started?
I am trying to use ZeroMQ / ØMQ / 0MQ (which ever you prefer) on Windows using C# Bi开发者_运维技巧nding. Is there any beginner materials out there? Do I need to register ZeroMQ DLL on Windows or som[详细]
2023-01-17 00:33 分类:问答Append-only server performance
I\'m building a small web server for learning purposes. For each incoming POST request I\'m planning to append the content to a file.[详细]
2023-01-16 17:39 分类:问答