|
|
|
|
|
by millstone
2562 days ago
|
|
Last I tried it, if I had a million goroutines calling stat(), Go would attempt to spawn a million kernel threads. So I rolled my own rate limiter, bleh. Is that still the case? (Happy if not) If it is still the case, is there a standard solution or is it up to the app author? |
|