Should I learn C++?
I'm working on a (larger-scale) project. The program itself works without a frontend and runs automatically just via cronjobs, but I also have a frontend for developing, monitoring, debugging. It's all written in pure PHP. The main task of it is to send (many) requests to another web page and check the answer (but it's not kinda DDOS). My program works great now, runs on a webhosting space due to better performance and speed (yes, it's even better than on vServer, don't ask me why). As I don't need 3rd party programs, it's alright. I heard that C++ would be much faster. I see no reason why to change the whole program, but I could change the one file which is doing the "real work" to increase the speed. It would be very hard to change every single file, it would also cause problems with the frontend. But is it worth it just to learn C++ for this task? And is it even worth to rewrite this one file?