Hi,
is there are reason to mange pool of running goroutines ?
use case is network server that receive requests and launch goroutines (
short lived ) to handle requests.
does goroutines generate garbage ?
tanks in advance,
Djadala
is there are reason to mange pool of running goroutines ?
use case is network server that receive requests and launch goroutines (
short lived ) to handle requests.
does goroutines generate garbage ?
tanks in advance,
Djadala