当前位置:C++技术网 > 资讯 > windows 下分布式架构的大概设计

windows 下分布式架构的大概设计

更新时间:2017-10-26 08:45:38浏览次数:1+次

开发语言: C#
开发平台: ASP.NET webform / ASP.NET MVC

linux服务器部署:
部署Memcached 或 redis 做缓存层
部署Nginx 做反向代理

window 服务器:
ASP.NET 项目部署在IIS 上

    基于SessionStateStoreProvide 在Memcached 或 Redis 高性能缓存系统 做Session 共享(也应该部署在IIS 上)