geting filesize over network is slow, I am wrong or what?

Windows specific forum
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

geting filesize over network is slow, I am wrong or what?

Post by sartic »

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)
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
jesperbrannmark
Enthusiast
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

Post by jesperbrannmark »

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
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

Re: geting filesize over network is slow, I am wrong or what

Post by sartic »

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.
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Post Reply