Caching API Proxy Server

Posted by edc1591 on Server Fault See other posts from Server Fault or by edc1591
Published on 2012-11-12T02:28:21Z Indexed on 2012/11/12 5:02 UTC
Read the original article Hit count: 448

Filed under:
|
|
|

I need to have a server that caches API responses and then forwards them along to a desktop app. I don't really have much experience with this, so I have a few questions. First of all, what kind of server should I get? I already use Linode for my websites, so ideally I'd like to go with them. I expect to get anywhere from 30 million to 40 million requests to my proxy server each month. Will a 512 Linode be able to support that? Also, is there any software out there that does this already, or will I have to write my own? The API responses are roughly 10 KB each on average, so doing the math, that's a lot of data each month. Should I just add more transfer to whatever server I buy, or can I somehow compress the API responses before sending them off to the user?

Thanks for any help.

© Server Fault or respective owner

Related posts about proxy

Related posts about vps