I am guessing speed is cca 30 files per sec over network.
For files lof is faster than filesize (but i need also to detect folders).
Any idea? (have to be multiplatform)
geting filesize over network is slow, I am wrong or what?
geting filesize over network is slow, I am wrong or what?
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
-
jesperbrannmark
- Enthusiast

- Posts: 536
- Joined: Mon Feb 16, 2009 10:42 am
- Location: sweden
- Contact:
Re: geting filesize over network is slow, I am wrong or what
Set up a server on the main computer and a client on the other computer and let your "server" look for the files.
Windows SAMBA network file thing is rather slow and good for single files - but for a lot of files it gets slow..
J
Windows SAMBA network file thing is rather slow and good for single files - but for a lot of files it gets slow..
J
Re: geting filesize over network is slow, I am wrong or what
I tried examinedirectory method but it is same speed as filesize.
Geting filedate is also slow. I was wrong for lof; after retesting it is same (slow) speed.
Geting filedate is also slow. I was wrong for lof; after retesting it is same (slow) speed.
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)