On Mon, Jul 8, 2019 at 11:02 AM B Carr <buc...@gmail.com> wrote:
>
>
> Thank you, that means I'm thinking correctly about this and need to keep 
> plugging along.
>
> >>"the total number of concurrent requests you can handle depends on how you 
> >>handle your GET requests."
>
> I'll need to study this a bit more. Can you give me a pointer?

I don't know really, other than the obvious ones like:

http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/
https://golang.org/doc/  -> there's sections on concurrency patterns,
http servers, etc.

The most difficult and crucial thing with go is to change the way you
think about concurrency. For years I wrote programs in Java, and when
I started working with go, I looked for thread pools and thread local
variables. Learning to live without them was refreshing.


>
> --
> 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/052ac63e-259e-4e40-968f-0c5f66800b1b%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

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

Reply via email to