For a web server, the socket connection are kept alive to save overhead. At which point the server should start to drop connection that doesn t have pending request and based on what premises?
I currently have a rails app that uses the traditional caching. cache do blocks are used to cache slow-rendering partials. This works great for the most part, except for a few pages which take too ...