Hi,
I'm trying to use shared memory IPC (System V) to allow my C application to communicate with php pages, both present in the board (Sitara AM3359 Starter Kit with ti-processor-sdk-linux-am335x-evm-01.00.00.03).
All the code has been written already, and it's running OK on an Ubuntu host PC, but the built-in php engine of sdk doesn't implement the shmop_ functions that I need.
IPC commands are not available, also.
Is there any way to fix it or should I use a better (in terms of efficiency) approach to establish the communication between my C app. and the PHP pages?
Thanks.