.net cache架構(gòu)及管理設(shè)計(jì).doc
約28頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
.net cache架構(gòu)及管理設(shè)計(jì),2.6萬(wàn)字27頁(yè)有代碼摘要本文詳細(xì)地分析了caching application block的設(shè)計(jì)。caching application block具有擴(kuò)展性好,性能高的特點(diǎn),它提供了擴(kuò)展點(diǎn)以創(chuàng)建新的過(guò)期策略、refreshaction和backingstore。本文分析了cachi...
內(nèi)容介紹
此文檔由會(huì)員 200306 發(fā)布
.net cache架構(gòu)及管理設(shè)計(jì)
2.6萬(wàn)字 27頁(yè) 有代碼
摘要
本文詳細(xì)地分析了Caching Application Block的設(shè)計(jì)。Caching Application Block具有擴(kuò)展性好,性能高的特點(diǎn),它提供了擴(kuò)展點(diǎn)以創(chuàng)建新的過(guò)期策略、RefreshAction和BackingStore。
本文分析了Caching Application Block清除策略的工作原理,利用IComparer接口為應(yīng)用程序的替換算法提供擴(kuò)展點(diǎn);它還講述了Caching Application Block如何通過(guò)創(chuàng)建新的過(guò)期策略和項(xiàng)目刪除召回為應(yīng)用程序提供不同的更新策略。這樣,對(duì)相應(yīng)替換算法和更新策略接口的擴(kuò)展,可以提高其可擴(kuò)展性,使企業(yè)應(yīng)用更加方便。
該文主要討論和實(shí)現(xiàn)了一個(gè)基于.Net的Cache框架,該框架解決了在Web集群環(huán)境中,使用本機(jī)或磁盤(pán)作為Cache存儲(chǔ)介質(zhì)時(shí)的緩存一致性問(wèn)題。該框架是基于Micorosoft Caching Application Block開(kāi)發(fā),一方面,通過(guò)擴(kuò)展Caching Application Block,解決Cache框架可擴(kuò)展性問(wèn)題,另一方面,通過(guò)將Web集群中的各個(gè)服務(wù)器組成P2P 網(wǎng)絡(luò)來(lái)完成Cache更新通知的組播,從而解決不同節(jié)點(diǎn)上緩存數(shù)據(jù)的一致性問(wèn)題。
關(guān)鍵詞:Cache框架;Web集群;替換策略;緩存一致性;P2P;應(yīng)用層組播
【Abstract】 It can solve Cache consistency problem while still using local memory or disk as store media in the web clusters envoironment.The framework is developed based on Microsoft Caching Application Block.It solves the scalability problem by extending Caching Application Block. It solves the cache consistency problem by transmitting updating notice in a P2P group communication network..
【Key words】Caching framework;Web cluster;Replacement strategy;Cache consistency;P2P; Application layer multicast
2.6萬(wàn)字 27頁(yè) 有代碼
摘要
本文詳細(xì)地分析了Caching Application Block的設(shè)計(jì)。Caching Application Block具有擴(kuò)展性好,性能高的特點(diǎn),它提供了擴(kuò)展點(diǎn)以創(chuàng)建新的過(guò)期策略、RefreshAction和BackingStore。
本文分析了Caching Application Block清除策略的工作原理,利用IComparer接口為應(yīng)用程序的替換算法提供擴(kuò)展點(diǎn);它還講述了Caching Application Block如何通過(guò)創(chuàng)建新的過(guò)期策略和項(xiàng)目刪除召回為應(yīng)用程序提供不同的更新策略。這樣,對(duì)相應(yīng)替換算法和更新策略接口的擴(kuò)展,可以提高其可擴(kuò)展性,使企業(yè)應(yīng)用更加方便。
該文主要討論和實(shí)現(xiàn)了一個(gè)基于.Net的Cache框架,該框架解決了在Web集群環(huán)境中,使用本機(jī)或磁盤(pán)作為Cache存儲(chǔ)介質(zhì)時(shí)的緩存一致性問(wèn)題。該框架是基于Micorosoft Caching Application Block開(kāi)發(fā),一方面,通過(guò)擴(kuò)展Caching Application Block,解決Cache框架可擴(kuò)展性問(wèn)題,另一方面,通過(guò)將Web集群中的各個(gè)服務(wù)器組成P2P 網(wǎng)絡(luò)來(lái)完成Cache更新通知的組播,從而解決不同節(jié)點(diǎn)上緩存數(shù)據(jù)的一致性問(wèn)題。
關(guān)鍵詞:Cache框架;Web集群;替換策略;緩存一致性;P2P;應(yīng)用層組播
【Abstract】 It can solve Cache consistency problem while still using local memory or disk as store media in the web clusters envoironment.The framework is developed based on Microsoft Caching Application Block.It solves the scalability problem by extending Caching Application Block. It solves the cache consistency problem by transmitting updating notice in a P2P group communication network..
【Key words】Caching framework;Web cluster;Replacement strategy;Cache consistency;P2P; Application layer multicast