ERR_CONNECTION_RESET with PHP script
问题 I have a PHP scripts that downloads and process some files. Sometimes the number of files is very large, so it takes some time. But when there are a lot of files to process, the connection interrupts with a "ERR_CONNECTION_RESET" error (Chrome). Here's my configuration: upload_max_filesize = 64M post_max_size = 64M max_execution_time = 0 max_input_time = -1 memory_limit = 512M I have a shared hostind. Anyone knows how to fix this? 回答1: If there are too many files to process, you'll eventually