Re: [Cppcms-users] Virtual hosts
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-04-25 09:08:35
|
1. Register to mailing list so I would not have to moderate your questions 2. In terms of performance Wt is not even close to what CppCMS has to offer: * Wt does not even supports caching * Wt's session model is not scalable at all * All the "GUI-like" concept does not fit high performance models 3. The best to run CppCMS application behind a web server, so it is up to the web server to handle virtual hosts, also if you look at cppcms::mount_point documentation you'll see how to handle virtual hosts withing CppCMS itself. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Николай Шатохин <n.s...@gm...> >To: cpp...@li... >Sent: Tuesday, April 24, 2012 12:42 PM >Subject: [Cppcms-users] Virtual hosts > > >Hello. > > > >Does CppCMS support virtual hosts? Where can I find perfomance tests in comparison with Wt? > > >Best regards, >Nick. > >------------------------------------------------------------------------------ >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 > > > |