* 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 the following > error.
ah.. this sounds like php is probably running out of memory. See php.ini setting 'memory_limit'. It could also be an issue with 'max_execution_time' as well. Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been hearing about. No, sir. Our model is the trapezoid! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php