Today I work in a company that manages some sites with too big traffic, which is causing some server overload problems and so on. These sites are mostly news portals and are running Wordpress, these sites the more they grow in data volume the more they dredge resources exponentially.
In my research I came up with an idea if it would be possible to create a CMS for large C ++ portals using CGI, aiming to handle stupid upload loads and also aiming for security and robustness.
Here are some questions:
1 - C ++ running on CGI will it actually 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 - How much more secure should it be?
3 - Could it really be worth creating such a system targeting large portals?