PDA

View Full Version : Average time to copy or move a file server-side


find4host
04-18-2007, 11:20 PM
I make a scripts that can copy or move a file by php. But I dont know how long it take to do that - filesize is about 10MB (5s, 10s, or more...)

Anyone can tell me about this.

Viper007Bond
04-21-2007, 08:18 AM
Copy from one place to another on the server? Basically instant, just like it is on your home PC.

Download it from the Internet and put it on the server? Then it'd depend on how fast it could download it. Most servers could download 10MB in a few seconds.