How to IPC between PHP clients and a C Daemon Server?

I suspect Thrift is what you want. You’d have to write a little glue code to do PHP <-thrift-> C++ <-> C, but that would probably be more robust than rolling your own.

Leave a Comment