I tried to post this message before I came across https://github.com/golang/go/issues/14592. I couldn't post it successfully then. I don't know why this message is posted now
On Thursday, September 19, 2019 at 8:56:39 PM UTC+5:30, Varun V wrote: > > Consider a golang program running on a system with GOMAXPROCS value 10. > Initially OS has spawned 10 threads for execution. Due to blocking system > calls, OS spawns 30 more threads resulting in 40 OS threads attached to the > process.After all the blocked system calls return, then will the process > still be having 40 OS threads? If yes, then can we conclude that the number > of OS threads mapped to a golang process can grow but never comes down? > > Thanks, > Varun > -- 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/d7aa76cc-5835-42d1-8323-31434ccd6554%40googlegroups.com.