Red Squirrel
No Lifer
Anyone use C++ directly instead of php/etc for web apps? How is the best way to implement that, via CGI? Is the whole thing just compiled into a single binary and you use query strings as normal? I imagine you have to code everything from ground up such as handling http headers (send and receive). I like C++ due to it's nice OOP as well as the fact that a compiled app in a lower level language is always going to be much faster thus handle heavy traffic or spikes better.
Been toying with the idea of redesigning my sites, and possibly using C++ for the back end. It's overkill as far as performance requirement given I don't have much traffic, but I figure, why not. Just curious if anyone has done this before and if you'd recommend it, or if you have recommendations on how to go about doing it, or if it's just a terrible idea.
Been toying with the idea of redesigning my sites, and possibly using C++ for the back end. It's overkill as far as performance requirement given I don't have much traffic, but I figure, why not. Just curious if anyone has done this before and if you'd recommend it, or if you have recommendations on how to go about doing it, or if it's just a terrible idea.