using one (logic) port can't transfer several files at same time? I guess server side may have several physics ports. so that can transfer data at same time. also don't know if mulitip processes can improve IO efficency.
【在 L******t 的大作中提到】 : For concurrency on the server side.
L*t
4 楼
It depends on server implementation as well. But generally a FTP server has a set of open ports for file transmission. If it uses one dynamic port to transfer multiple files to one client, it's not fair to other clients. One port can only transfer one file at a time. IO efficiency may not necessarily be higher from multi-tasking.
【在 r******y 的大作中提到】 : using one (logic) port can't transfer several files at same time? : I guess server side may have several physics ports. so that : can transfer data at same time. : also don't know if mulitip processes can improve IO efficency.