I wrote a program which need to parse a batch of files. But I found that the parsing speed for local files is lower than the one for remote mounted files. Why?
All the files are HTMLs, I do some parsing work on them. Average size is less than 1M.
I wrote a program which need to parse a batch of files. But I found that the parsing speed for local files is lower than the one for remote mounted files. Why?
All the files are HTMLs, I do some parsing work on them. Average size is less than 1M.