[Evaded] PHP.exe Freezes
Posted: Sat Feb 21, 2004 8:54 am
I have no errors in my php code, all goes fine with debugger.
But when i browse my pages on localserver (with different browsers) it freezes! Browser is just waiting for something... When i kill the php.exe from taskmanager, the page flashes to the browser as complete and as it's meant to be.
The pages have several includes, and it returns "complex" page with many tables inside tables, quite many links and img src's. The page works when the query inside returns few resultrows, but when it returns several, it freezes.
I've experimented that reducing columns written on page allows more rows shown, or less rows shown allows more columns shown... Also removing some printcell functions and echoing them manually allowed some more rows to be displayed, so it might be memory related?
Php.exe uses usually ~6M. Is it much, low, normal?
I'm totally out of ideas, whats this all about?
But when i browse my pages on localserver (with different browsers) it freezes! Browser is just waiting for something... When i kill the php.exe from taskmanager, the page flashes to the browser as complete and as it's meant to be.
The pages have several includes, and it returns "complex" page with many tables inside tables, quite many links and img src's. The page works when the query inside returns few resultrows, but when it returns several, it freezes.
I've experimented that reducing columns written on page allows more rows shown, or less rows shown allows more columns shown... Also removing some printcell functions and echoing them manually allowed some more rows to be displayed, so it might be memory related?
Php.exe uses usually ~6M. Is it much, low, normal?
I'm totally out of ideas, whats this all about?