Re: [Cppcms-users] cppcms_scale documentation
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-07-06 14:31:15
|
There is no one yet. There is an not-so-up-to-date page: http://cppcms.com/wikipp/en/page/ref_utils It includes brief docs for cppcms_tcp_scale (which was changed to cppcms_scale) Generally "cppcms_scale -h" would give you a list of options. It also can use json file configuration similar to general CppCMS programs so options like --session-gc goes to { "session" : { "gc" : ... } } The role of cppcms_scale and the old cppcms_tcp_scale it the same - to provide cache and sessions shared over multiple hosts. Also this page would give you a general idea of how and when to use cppcms_scale http://cppcms.com/wikipp/en/page/cppcms_1x_high_performance#Scaling.Up Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Leon <le...@wl...> >To: cpp...@li... >Sent: Friday, July 6, 2012 10:14 AM >Subject: [Cppcms-users] cppcms_scale documentation > > >Hi, > > >I was not able to find the wiki page for cppcms_scale. Can anyone give me a link? > > >Thanks! >------------------------------------------------------------------------------ >Live Security Virtual Conference >Exclusive live event will cover all the ways today's security and >threat landscape has changed and how IT managers can respond. Discussions >will include endpoint security, mobile security and the latest in malware >threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |