Re: [Cppcms-users] Cache limit=0 equals unlimited?
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-12-29 20:59:29
|
Of course. When you access a cache and the object in L1 the request is still sent to a central server but instead of returing as an ansever that contains the entire object, only the aknowledgement that your object is up-to-date is sent. So basically you only may for a small ping-pong rather than entire object transfer. So it is consistent and transparent as if there were no L1 cache. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Lee Elenbaas <lee...@gm...> >To: cpp...@li... >Sent: Saturday, December 29, 2012 9:57 PM >Subject: Re: [Cppcms-users] Cache limit=0 equals unlimited? > > >is a ready made mechanism for invalidating L1 cache on one instance of cppcms from another instance of cppcms when they use cppcms_scale? >without such a mechanism running with L1 & L2 configuration can be problematic > > > > >On Thu, Dec 27, 2012 at 2:14 PM, Sergey Shutov <ser...@gm...> wrote: > >Ok. Thank you very much. >> >> >> >>------------------------------------------------------------------------------ >>Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >>MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >>with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >>MVPs and experts. ON SALE this month only -- learn more at: >>http://p.sf.net/sfu/learnmore_122712 >>_______________________________________________ >>Cppcms-users mailing list >>Cpp...@li... >>https://lists.sourceforge.net/lists/listinfo/cppcms-users >> > > >-- >-- >lee >Lee Elenbaas >lee...@gm... > >------------------------------------------------------------------------------ >Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >MVPs and experts. SALE $99.99 this month only -- learn more at: >http://p.sf.net/sfu/learnmore_122912 >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |