PDA

View Full Version : Can this be Implement quickly?


CnLvU
03-30-2003, 11:12 PM
When we downloading some large-files from different FTP servers using 2 or more FlashFXP at the same time,those large file will be stored interleaving,this will reduce the read performance when read this file with many fragment.
So,to prevent from produce to much disk fragment ,can FlashFXP allocate disk space before downloading (Large) files?

MxxCon
03-30-2003, 11:24 PM
allocating full file size won't decrease fragmentation becuase unlike on *nix file systems, windows (ntfs or fat32) will not write into same place where data already is.