3
Today I work in a company that manages some sites with too much traffic, which is generating some problems of server overload and etc. These sites are mostly news portals and are running Wordpress, these sites the more they grow in data volume the more they drag resources exponentially.
In my research an idea arises whether it would be possible to create a CMS for large C++ portals using CGI, aiming to handle stupid loads of access and also aiming at safety and robustness.
Here I have some doubts:
1 - C++ running on CGI will really be more performative than PHP on Apache2? (I know this depends a lot on the application, but take into account a well written and architected application)
2 - Which is the safest?
3 - It might really be worth creating such a system for large portals?
If you were worried about security leaving Wordpress would be the first thing, themselves admit that security is not a priority and safety issues take more than a year to be fixed and the most recent (not yet corrected). I find even ironic security and Wordpress together in the same sentence.
– Inkeliz
Our biggest problem is that there are many websites, and which other option to migrate while maintaining customer-side ease?
– João Bosco