I have the usual PHP and MYSQL server running but I want to perform some CPU intensive computations. Therefore I wish to run a C program to handle that part.
Is it possible to exchange data between a PHP and a C/C++ program on the server itself?
Regards PP