Avalanche
Apr 5 2006, 01:25 PM
CGI is Common Gateway Interface. C++ can be used for CGI programs. does this host service allow the use of C++ CGI programs used in there CGI bin. and if so can you complile the source code via cron jobs.
Avalanche
rudy
Apr 5 2006, 04:02 PM
You can run C++ on both linux and windows. We would have to install a C++ compiler for your programs to work in our CGI bins.
As long as what you are doing does not require root access or take up too much resources it can be done. More info is here.
http://www.arachnoid.com/cpptutor/setup_unix.html
Avalanche
Apr 6 2006, 03:35 PM
All that would be required would be access to port 14567 and the MySQL++ ( MySQL C++ API). along with a standard C++ compile like GCC.
Avalanche