Re: [Cppcms-users] CppCMS 1.x.x status updates.
Brought to you by:
artyom-beilis
From: Abhishek K. <abh...@gm...> - 2011-01-07 09:09:10
|
> > You are probably familiar with this: > > http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_tut_web_server_config > > You need to refer to your hosting provider documentation about how to run > FastCGI applications - i.e. how to configure your hosting to run them - > start and execute, maybe communicate with external fastcgi process. > > Artyom > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > 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 |