Hi,

Does anyone have example C code to establish a pipe to PHP using something
like file descriptors, sockets, etc. that can allow me to send multiple file
processing requests to PHP without the overhead of calling POPEN repeatedly
and having to reload the PHP executable?  I would like to load PHP in memory
once and then send commands to the pipe, for example "-f myfileA.php\n" "-f
myfileB.php\n" have each command executed via the pipe and have the result
of the script returned via the standard output file desciptor.

Any help would greatly be appreciated.

Regards,

Larry Adams
larryjadams AT comcast DOT net
Warren/Michigan

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to