Am 07.04.2011 10:55, schrieb M.-A. Lemburg:
> "Martin v. Löwis" wrote:
>>> Unless I'm reading the meaning of those log lines incorrectly that
>>> means the apache timeout is insufficient to protect against dangling
>>> client connections.
>>
>> I have reduced the timeout to 30s now. If somebody thinks this is a bad
>> idea, please let me know.
> 
> If I understand the Apache timeout setting correctly, then this would
> prevent anyone with a slow connection from downloading larger files
> from python.org:

I think you misunderstand. To see the timeout, you'd have to abstain
from receiving any data within 30s. Even if you receive only a single
packet, the timeout is reset. There is no need to complete the download
within 30s.

Regards,
Martin

_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to