php - How do I invoke my C++ binaries via the CGI interface? -



php - How do I invoke my C++ binaries via the CGI interface? -

i'd convert php solution c++ solution. have server-side written in php - not much code, under one thousand lines. can rewrite no problem - don't need utilize hip-hop or similar automations.

the question how install/configure right software back upwards c++ code on server side. not know how invoke binaries web server via cgi.

php easy, install xampp or similar write php , pretty much , going.

however, want run c++.

thanks

three basic options:

do whole thing in c++, making programme standalone web server (possibly proxying through apache provide things ssl, static media, authentication etc.) run c++ in cgi-bin, through apache make php wrapper shells out c++ part (this nice alternative if performance-critical part small, can still utilize comfort php's garbage collection , string manipulation gives you)

php c++ mysql linux apache

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -