Re: [PHP] Server Error : Premature end of script headers: php-engine

2004-08-25 Thread Curt Zirzow
* Thus wrote Karam Chand: Hello, Connecting to the PHP using Windows WinInet APIs. Mine is a C++ app that connects to the PHP and gets data. The above probcess works like a cheese for tables upto 10-20K but when I put on more heavy load like the table described, WinInetAPI returns with

Re: [PHP] Server Error : Premature end of script headers: php-engine

2004-08-25 Thread Karam Chand
Hi, Thanks for your continued help. Even I was wondering the same problem. So I went ahead to look into the ini settings. My local memory limit is 8M as well as the ISP one. The timeout for my local PHP is 300 secs and timeout for my ISP is 30 secs. Even if I try to reduce my local timeout

[PHP] Server Error : Premature end of script headers: php-engine

2004-08-24 Thread Karam Chand
Hello, I have a fairly big table of 60K rows with 9 cols. I have a C++ app that connects to a PHP page. This PHP page in turn connects to the above table and outputs all the row in form of XML. I get all this data in my C++ app, parse it with an XML parser and do my work. My PHP source looks

Re: [PHP] Server Error : Premature end of script headers: php-engine

2004-08-24 Thread Curt Zirzow
* Thus wrote Karam Chand: Hello, I have a fairly big table of 60K rows with 9 cols. I have a C++ app that connects to a PHP page. This PHP page in turn connects to the above table and outputs all the row in form of XML. I get all this data in my C++ app, parse it with an XML parser and

Re: [PHP] Server Error : Premature end of script headers: php-engine

2004-08-24 Thread Karam Chand
Hello, Connecting to the PHP using Windows WinInet APIs. Mine is a C++ app that connects to the PHP and gets data. The above probcess works like a cheese for tables upto 10-20K but when I put on more heavy load like the table described, WinInetAPI returns with the following error. Regards,