Re: [zeromq-dev] What's the right way for a worker to send additional tasks to the worker queue?

2011-10-08 Thread James Thornton
On Fri, Oct 7, 2011 at 8:25 PM, Andrew Hume wrote: > simplest is best. > simply add another PULL socket to the ventilator for receiving tasks. > workers can PUSH tasks to this socket. > the ventilator simply gets tasks from this socket and adds to the normal > socket. Thank you, Andrew. - James

[zeromq-dev] Subscriber/Publisher Pattern

2011-10-08 Thread Umut Aydin
Hello everyone, I'm trying to implement this pattern to my server. Everything is OK with known frequencies but I want to support user-generated frequencies. Is there any way to get subscriber list by frequency? Thanks. -Umut ___ zeromq-dev mailing list

Re: [zeromq-dev] UnsatisfiedLinkError

2011-10-08 Thread ravi
Now the program is blocked @ byte [] data = s.recv (0); is this a bug? ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] UnsatisfiedLinkError

2011-10-08 Thread Joshua Foster
No, it is not a bug. It means that you don't have the jzmq on the "java.library.path" Joshua On Oct 8, 2011, at 10:08 AM, ravi wrote: > Now the program is blocked @ byte [] data = s.recv (0); is this a bug? > > ___ > zeromq-dev mailing list > zeromq