开发者

Config IIS for serving Static files / CDN? [closed]

开发者 https://www.devze.com 2022-12-21 06:27 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. 开发者_开发百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.
开发者_开发百科

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

Is there anyway to config IIS to serve static file like CDN? Like Gzip, Cache, E-tag, Mod-date?

And how should we config to make it very robust on massive requests?

I know it's a short question but that's all I want to ask.


To the question on the IIS version, i prefer 6 and 7 IIS. You can give your answer on either 6 or 7 :)

Thanks! I hope people find this question useful!


regardless of the server (IIS, Apache, etc.):

You achieve robustness through scale. Put 1000-2000 servers behind a few hardware load-balancers (F5's). Monitor constantly to ensure they all have the same files. Secure your file system so writes are allowed by only 1-2 users. Spread them geographically across network providers, power suppliers and backhoe opportunities.

Or just outsource it to someone who's already done all of this.

0

精彩评论

暂无评论...
验证码 换一张
取 消