Hi all,
I have the following problem to solve:
I developed a facebook application in rails interfaced with an opensocial webapp. What I do is basically rendering views out of xmls i get off the opensocial api and occasionally pass user input to the opensocial api again through xml. My problem is that these http calls are wasting cycles right now, as the app waits for the 3rd party response. Can I solve this with nginx or any other tool?