I have a third party app running on a server, which authenticates the client and responses back.
My problem here is for each and every request that I get to my rails app I need to establish a TCP connection and get the data. Is it possible to have a persistent connection so that I can reduce overhead in establishing the connection.