Re: [PHP] Performance Improvement on Calling C++ executable from PHP

2010-12-20 Thread Daniel P. Brown
On Sun, Dec 19, 2010 at 15:35, Shiplu wrote: > === > Recently I  my this php-general doesn't accept my mail for some > reason. So I send it again from anther email >

[PHP] Performance Improvement on Calling C++ executable from PHP

2010-12-19 Thread Shiplu
=== Recently I my this php-general doesn't accept my mail for some reason. So I send it again from anther email === Hello Everybody, I am devel

[PHP] Performance Improvement on Calling C++ executable from PHP

2010-12-19 Thread shiplu
Hello Everybody, I am developing a php application that interfaces with an external executable binary. The program is written in C++. I open the program (say a.out) using proc_open. Write some command at its stdin and fetch data stdout. Then close the program. The timing of only "a.out" is real 4