Read the content - wrap it up and start the five goroutines and pass it to
them?

On Tue, Jan 31, 2017 at 10:42 PM Onur Özer <sametoze...@gmail.com> wrote:

> No, results not sent back and yes workers rely on the content.
>
> On Wed, 1 Feb 2017 at 00:41, Michael Banzon <mich...@banzon.dk> wrote:
>
> Does the processing result get returned to the client?
>
> Does the workers rely on the content of the request body?
>
> On Tue, Jan 31, 2017 at 10:38 PM oso <sametoze...@gmail.com> wrote:
>
> Hello, I have 5 workers to process asynchronous HTTP requests to the
> system. They all process the same HTTP request in different ways. Workers
> who finish their job are starting to process the HTTP request. How can I
> implement this system?
>
> Regards,
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> Michael Banzon
> https://michaelbanzon.com/
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Michael Banzon
https://michaelbanzon.com/

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to