Remix.run Logo
neonsunset a day ago

Unthinkable crutches in Go land continue.

This is something that needs to be fixed in the runtime itself to be appropriately container-aware and not require the users to write their own libraries to patch this out.

For example: https://github.com/dotnet/runtime/pull/99508

(alternatively, the goroutine runtime could have been made auto-scalable which would have reduced the impact at the cost of implementation complexity, like .net's threadpool is)