I have a flash device on my board. Also, this board has an ethernet connection to a host (linuxPC). Also, this board has RAM-disk. I need to write one file to a flash. If I use my application, the file transfer time is very long. If I use ftp connection, the transfer is very quick. The question is, how the ftp connection is established - may be, its priority very high, etc. How I can in my application (that uses write/read functions) to get quick performance?
Thank you.
|