热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

使用Varnish和IIS一起使用缓存-UsingVarnishforcachealongwithIIS

CanweuseaVarnishcacheservertoserveASP.NETpages?Myintentionistohostanothercacheserv

Can we use a Varnish cache server to serve ASP.NET pages? My intention is to host another cache server to improve the performance by caching most accessed and shared data. To rent another IIS server, it will cost again.

我们可以使用Varnish缓存服务器来提供ASP.NET页面吗?我的目的是托管另一个缓存服务器,通过缓存大多数访问和共享的数据来提高性能。要租用另一台IIS服务器,它将再次花费。

Instead can I use any another cache server like Varnish/Squid to store web pages and serve cached data?

相反,我可以使用任何其他缓存服务器,如Varnish / Squid来存储网页和提供缓存数据?

1 个解决方案

#1


3  

Varnish could be used to cache IIS data but the real question is would it make IIS faster in the first place?

Varnish可用于缓存IIS数据,但真正的问题是它是否会使IIS更快?

This depends on the load of your IIS server of course, but given that caching would be relevant (actually speeding up things) then you probably would benefit from testing other, more scalable options here is a comparison of Varnish, Nginx, ATS, Lighty, etc..

这当然取决于你的IIS服务器的负载,但鉴于缓存是相关的(实际上加速了事情),那么你可能会从测试其他更可扩展的选项中获益,这里是Varnish,Nginx,ATS,Lighty的比较,等等..


推荐阅读
author-avatar
花逝留香人走荼茶凉_442
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有