PDA

View Full Version : Copy large file from network


DiRTy_GaRRy
05-13-2003, 03:21 AM
Copying of the big file through slow (10Mbit + very slow computer) network freeze the FlashFxp while the file will not be copied.

My system: FlashFxp 2.0 (908), Windows XP Pro + SP1, PIII 933, 512 Mb

bigstar
05-13-2003, 04:47 AM
Please upgrade to FlashFXP v2.1 and see if that helps

MidKnight
05-13-2003, 05:56 AM
i'll need you to explain what u mean a little clearer, sorry

DiRTy_GaRRy
05-21-2003, 05:40 AM
Upgrade to FlashFxp v2.1 is't help me.

1. My system: Win XP SP1
2. Source file located on the server in local network (if file located on the my computer all work fine)
3. I'm upload file to the fast ftp server (1.5-5 Mb/s)
4. FlashFxp stay frozen (not responding, white program window) while file uploading.
5. After end of upload FlashFxp return to the normal state.
6. All other FTP clients work fine.

P.S. Sorry for my bad english :(

MidKnight
05-21-2003, 05:52 AM
ok i know what u mean, i see this type of behavour myself, except not quite to the extend of the white part, but the flash in use it extremely slow. what server are u running and are you running any type of scripts for uploads?. as i can pretty much upload fine, but if running sripts for uploads this happens, also without scripts my upload is like 10MB, with script, about 3MB.

i dont know any fix for this sorry, bigstar maybe able to help you a little more, but in reality uploadings of 10MB just dont happen and if used under normal usage, all is fine

darkone
05-21-2003, 04:34 PM
This is actually oddity in windows code. Reads from network mounts are never asynchronous with ReadFile() - and ReadFileEx() is very inefficient in many cases. Such behaviour causes problems with programs that don't have dedicated thread for each transfer.