I'm setting up a web application, service oriented. The UI part (a web app) is consuming REST web services I'm coding too. So I have hand on both server and client side.
I was just wondering if it makes sense to set up HTTP keep-alive in such context. If it is, I'm curious as to why.
thanks in advance.