On 08/29/2011 10:19 PM, Nalin Savara wrote: > Some questions: > > (1) Is this a web-based CMS ? OR is this a heavy-weight application to > manage locally stored files / text data ?
This is a web based CMS > (2) Is C++ really a ideal language to write a CMS in ? Now that's a weird question. Any language can be applied anywhere, you just need the workarounds. C++ has been used previously with CGI programs in the older days when PHP/Python were barely known to people. > (3) would it be better to have a "main engine" or "framework" in > C++-- with the business-logic of the CMS written in a dynamic language > like perl / python ? That violates the basic objective of the project- To eliminate any layer of slowness due to such interpreted factors (except in case of templating, which will be done using flex & bison). > (4) Other than learning C++-- is there another goal also in choosing > to write the CMS in c++ ? Firstly, it is a challenging project for everyone. Nobody has tried such a thing till now and people use PHP cmses. For sites having a large number of hits, it becomes problematic and people keep looking for solutions. This should be the solution :-) I hope I answered all your doubts? -- Nilesh Govindarajan http://nileshgr.com -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
