摘要: Session 会话l 区分客户端,不区分页面l 数据量会随着客户端(并发)数量的增多,而增多l 服务器端存储什么:数据存储在服务器端(InProc,StateServer,SqlServer)l 客户端存储什么:客户端存储的是SessionIDl 有过期策略l 适用场合:与用户相关的数据,购物车,用户帐号, Application状态l 全局数据,所有客户端共享:不区分客户端,不区分页面l 服务... 阅读全文
posted @ 2009-08-22 22:53 杨子宜 阅读(178) 评论(1) 推荐(0) 编辑
摘要: Microsoft .Net Remoting系列专题之三:Remoting事件处理全接触 我写的.Net Remoting系列专题:Microsoft .Net Remoting系列专题之一:.Net Remoting基础篇Microsoft .Net Remoting系列专题之二:Marshal、Disconnect与生命周期以及跟踪服务前言:在Remoting中处理事件其实并不复杂,但其中有... 阅读全文
posted @ 2009-08-22 10:56 杨子宜 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Microsoft .Net Remoting系列专题之二:Marshal、Disconnect与生命周期以及跟踪服务 我写的.Net Remoting系列专题:Microsoft .Net Remoting系列专题之一:.Net Remoting基础篇Microsoft .Net Remoting系列专题之三:Remoting事件处理全接触Microsoft .Net Remoting系列专题之... 阅读全文
posted @ 2009-08-22 10:55 杨子宜 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Microsoft .Net Remoting系列专题之一:.Net Remoting基础篇 我写的.Net Remoting系列专题:Microsoft .Net Remoting系列专题之二:Marshal、Disconnect与生命周期以及跟踪服务Microsoft .Net Remoting系列专题之三:Remoting事件处理全接触Microsoft .Net Remoting系列专题之... 阅读全文
posted @ 2009-08-22 10:32 杨子宜 阅读(122) 评论(0) 推荐(0) 编辑