Proxy Methods for Hosting a Low-Bandwidth Dynamic Website

Posted by Casey on Super User See other posts from Super User or by Casey
Published on 2010-04-15T03:20:34Z Indexed on 2010/04/15 3:23 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

I am building a webcam w/ HTTP server that will be running from a low-bandwith connection. The content on the site will be changing every 5 to 10 minutes.

Instead of serving files directly from this connection, are there hosting companies that can act as a public proxy for my site? Therefore, if nobody is using the site, the local internet connection remains idle. And if I receive 1000 hits all at the same time, only one HTTP GET is required, and the hosting company (on a fat pipe) continues serving the other 999 requests?

This doesn't sound like a very common usage model, but I feel like this would be the optimal solution to my situation.

© Super User or respective owner

Related posts about web-hosting

Related posts about website