majordomo icon indicating copy to clipboard operation
majordomo copied to clipboard

Majordomo Project

Results 10 majordomo issues
Sort by recently updated
recently updated
newest added

Problem: Once, the library is installed its not clear how should one use it. There should be some documentation on it.

if clients send requests faster than workers can handle them, some of the requests are never dispatched to the worker, because s_dispatch() is only called from handle_ready() and handle_request(). What...

I have made an initial version of an implementation based on zproto. Currently it lives in a repository under my account, https://github.com/ajanicij/majordomo-zproto. What to do? Merge into the majordomo project...

//mdpwrapper.cpp zmsg_t* client_recv (mdp_client_t *self, char **service_p ) { return mdp_client_recv( self, service_p ); } majordomo\bindings\dotnet\mdpwrapper\mdpwrapper.cpp(54): error C2660: 'mdp_client_recv' : function does not take 2 arguments //mdp_client.h ZMQ_EXPORT zmsg_t *...

**Visual Studio 2013** error: can not find unistd.h I commented out the include statement. Then it could not find identifier named daemon. I removed that code too. Then it did...

If we are working with some different messages, each one for different workers, and we send, for example, two different messages for two different workers, the broker get freeze because...

After I cloned and built the project, git status showed a number of files as modified and untracked that are generated during configuration and compilation. I created a .gitignore file...

## Am having trouble compiling the majordomo source on Mac OSX Darwin. gcc -DHAVE_CONFIG_H -I. -I../include -pedantic -Werror -Wall -Wno-unused -D_DARWIN_C_SOURCE -D_REENTRANT -D_THREAD_SAFE -g -O2 -MT mdp_broker.o -MD -MP -MF...

I just spent a few hours trying to build this against øMQ 4.0.4 and CZMQ 2.1.0 (current stable) to no avail. I did get it to build against øMQ 3.2.4...

According to #33 544f1a700ffaf7a6592ac4676f9b14c065f9adaa introduced a new wire protocol. Eventually this new protocol [will need to be documented](https://github.com/imatix/zguide/issues/287#issuecomment-12489293). I propose this issue could be a good place to collect references...