Re: [Cppcms-users] CppCMS 1.x.x status updates.
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2011-01-07 10:50:33
|
> Thanks for your quick reply Artyom, > > I have finally decided to go with a VPS solution. > > Would like to know, as to which configuration would be best with regards to > performance and concurrency. > > Would using this with apache/fastcgi would be fastest or would it be best by > directly running the program: (as shown in one of your examples) > ./hello -c config.js > http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_tut_hello > > > best regards, > Abhishek > First of all I strongly recommend NOT to use internal HTTP server in production as it is designed for testing and debugging only. I would recommend using lightweight web-server like Lighttpd, Nginx or Cherokee in combination with FastCGI protocol. Artyom |