[go-nuts] Re: go question about goroutines

2019-07-27 Thread Jason E. Aten
>Can I tack on a AQMD client so that other software can query the server regarding it's health or various runtime variables like # goroutines that are active, etc? Certainly. Just listen on a separate port. > Does the AQMD client exist in it's own separate environment, with separate goroutine

[go-nuts] Re: go question about goroutines

2019-07-25 Thread B Carr
I think the answer to this is No and Yes. On Wednesday, July 24, 2019 at 2:18:07 PM UTC-6, joe mcguckin wrote: > > > If I have multiple go applications running, do they share the same > runtime? Or does each one have it's own runtime and set of threads, etc. > -- You received this message beca