Search Results

0
votes
2answers
611 views

PHP’s file_get_contents not returning until remote servers’ keep-alive limit is exceeded

From one apache server file_get_contents returns the contents of a url straight away. On another apache server file_get contents won't return the contents of the same url until the keep-alive limi …