I know Wt is the most stable of them, but it's a bit uncomfortable to use.
CppCMS sounds good but how stable is it? How secure is it?
I have encountered C++ Server Pages as well but there's nothing about their security in there.
Has anyone had some experience with any of those libraries and can enlight me?
|
1
|
|
|||
|
|
|
|
First of all, several differences:
Stability, I can tell only about CppCMS, it is stable, and there are applications running it 7/24, the authors blog and the Wiki with documentation of CppCMS are written in CppCMS. So, there shouldn't be major critical bugs. Disclosure: I'm developer of CppCMS. |
||||||||||
|
|
|
On a side note, I used mod_raii a while ago (Warning: website is only French) to rapidly port some parts of an existing C++ application on the web. It takes exactly the same approach than JSP, with the whole compilation part delegated to the Apache module. It lacks some features, like the support of a preforked apache, or dynamic compilation of servlets. I cannot recommend it for production use, but it is definitely something worth playing around with. |
||
|
|
|
|
Hello everyone, I am the developper of libapache2-mod-raii and I am very disappointed we did not recommend this library for production work... Cause I do ! :) I also like to point out that the project page is also available in English. On the other hand, I do not agree with Steve about the fact that servlets are not compiled on the fly, as they are ! Otherwise, on the lacks of prefork support is not my point of view, although I was looking on the issue. |
||
|
|
|
|
Is there an alternate link to CppCMS? At the time of reading this post ( 12:01 Pacific Standard Time), the link to the site provided was down. |
||||||||
|
