On PHP im using curl or file_get_contents to download a big file it takes about 30sec to 10min and then saving it to the server, but during the download time i can not ask for a new request, i try a new php request but it didnt load until the last php script/download is over.
if i open the same site on another web explorer it work normaly.
Thx