From:             [EMAIL PROTECTED]
Operating system: linux+windows
PHP version:      4.1.2
PHP Bug Type:     *Web Server problem
Bug description:  max execution time reached with slow connection

I'm not sure about the php version number as I experience the problem on
other people servers from Fiji like www.hp.com

When accessing a php page on a web server, if the link is of poor
bandwidth then the max execution time can be reached stopping the download
of the page.

To test the problem, you have to be in poor network conditions, which is
sometime difficult to achieve. 

Ideally the max execution time should be independent of the flow of data
from the web server to the client. This bug seems similar to the max
execution time of ASP in IIS where a client had 240seconds to download a
page. The solution was to enable page buffering, where the page is first
created internally then send to the client.

On php, it does not seem to be exactly similar as 30 second, default
setting, would stop most of the download of pages.

This will put php at odd with accessibility issues for developing
countries.
-- 
Edit bug report at http://bugs.php.net/?id=16013&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16013&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16013&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16013&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16013&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16013&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16013&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16013&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16013&r=submittedtwice

Reply via email to