Bradley Farias

Results 379 comments of Bradley Farias
trafficstars

An aside, we are using this intermittently when stress testing things, +1.

yes this is a map reduce across workers, where the workers are the source of state. In our usage we have workers sitting on boxes monitoring processes. Since the processes...

@prdn starting impl, will need a new set of queueing on the controller. `controller.wrq[workerId]` worker request queue, if the queue matches `[workerId]` will pick up work from this rather than...

just going to have map send normal looking requests to all workers, they should be indistinguishable for the worker. unless you can think of a reason why workers need to...

## How do we know that all required workers are connected? You don't, just query what you have and see if the results have the needed info ## How many...

@prdn let me know if you have any thoughts to avoid the new queue. right now we need a new queue because we can only queue based upon service name...

@alexeygolev it would be a better fit in the sense of doing parallel tasks but we start to get into territory where zmq is not exactly a good fit to...

@alexeygolev one thing to note is service workers may contain state so we need to be sure that the query hits all the workers

as long as there is a way to query all of the workers reliably thats fine, but seems to complicate things since you have to manage mapreduce separately and cannot...