开发者

How to search file over LAN in java?

开发者 https://www.devze.com 2023-03-10 02:01 出处:网络
How to search file in other pc connected through lan in 开发者_开发知识库Java?I wouldn\'t even try. I would execute a task at the remote node to search locally. You will regret this from both a perfor

How to search file in other pc connected through lan in 开发者_开发知识库Java?


I wouldn't even try. I would execute a task at the remote node to search locally. You will regret this from both a performance point of view and a reliability point of view. In my experience it is a major mistake for applications to deal with remote file systems in any way whatsoever.

0

精彩评论

暂无评论...
验证码 换一张
取 消