Hacker News new | ask | show | jobs
by aitchnyu 524 days ago
The idle sleep feature of Go Proxy could be a gamechanger since cheap servers can host lots of infrequently used apps. Guess it should become the standard and extend to background processes too, like a PM2 or Systemd.

https://github.com/yusing/go-proxy?tab=readme-ov-file#idlesl...

1 comments

How is go-proxy implementing idle sleep? Swap and/or CGI can do similar things, but maybe go-proxy uses knowledge of QPS to know which services to make idle?