I have a tcp server that collects jobs (lets say 10), and tcp clients get 
the jobs. This is done in a FIFO method, where the first job the server 
gets, all tcp clients get that job. When that job is completed, all tcp 
clients get the second job etc etc.

I'm trying to find a way/term (so that I can google template code) on how 
to convert this FIFO method to one where it sends (let's say) job 1, 2 and 
3 to three different clients, so that they work on it in parallel.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/031ed145-04d1-4458-9b1d-19decd72d000n%40googlegroups.com.

Reply via email to