다운로드 속도 제어도 있나요?
무엇이 원인일까요?
첨부파일한 파일 다운로드 속도와
직접 링크된 파일을 다운로드한 속도 차이가 있나요?
분명 눌러보았을때는 차이기 있는데 왜 나는거죠?
게시판에서 받기 (20kb 나옴)
http://torrent.1004hu.com/bbs/board.php?bo_table=torrent_file&wr_id=1
직접 받기 (1M가 이상나옴)
http://torrent.1004hu.com/data/file/torrent_file/987829394_zei40OVR_LivePot_Torrent_Searcher_v0.3.5.exe-x
첨부파일한 파일 다운로드 속도와
직접 링크된 파일을 다운로드한 속도 차이가 있나요?
분명 눌러보았을때는 차이기 있는데 왜 나는거죠?
게시판에서 받기 (20kb 나옴)
http://torrent.1004hu.com/bbs/board.php?bo_table=torrent_file&wr_id=1
직접 받기 (1M가 이상나옴)
http://torrent.1004hu.com/data/file/torrent_file/987829394_zei40OVR_LivePot_Torrent_Searcher_v0.3.5.exe-x
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 3개
$download_rate = 10;
while(!feof($fp)) {
print fread($fp, round($download_rate * 1024));
flush();
usleep(1000);
}
fclose ($fp);
flush();
?>
이 코드로 수정해 보십시오.