Re: [PHP-DEV] PHP SAPI module help

2014-11-21 Thread Tigran Bayburtsyan
Thanks for your responses. I saw pconn-sapi it's very similar threaded example that I want to implement. I've crated non blocking Event loop in my C++ application ( it's high load binary API server ) , and now I'm trying to integrate PHP SAPI for writing some customisable scripts using PHP functio

[PHP-DEV] PHP SAPI module help

2014-11-18 Thread Tigran Bayburtsyan
Hi I found this email in PHP.net as a contact address for Web masters. My question is about PHP SAPI C/C++ development. I’ve successfully attached PHP to my C/C++ application as a SAPI module with libphp.so , and it’s working now , but I have a problem with multiple tasks in my application. I n