How to run php scripts from c++ via fastcgi -


i writing c++ webserver high(er) performance cms. first used php noticed performance issues. can not ask front-end developers write views / templates in c++ code. want run fastcgi server (i dont know right name) holds php fastcgi app. when application needs render view, views passes data php script via fastcgi, php renders html (or that), sends view, via fastcgi, , c++ application sends html client.

does knows better solution or can find fastcgi server or keywords can find self (on google).

is you're looking for? http://php-fpm.org/

php-fpm (fastcgi process manager) alternative php fastcgi implementation additional features useful sites of size, busier sites.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -