Page 1 of 1
geting filesize over network is slow, I am wrong or what?
Posted: Thu Jul 14, 2011 7:57 am
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)
Re: geting filesize over network is slow, I am wrong or what
Posted: Thu Jul 14, 2011 9:12 am
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
Re: geting filesize over network is slow, I am wrong or what
Posted: Mon Jul 18, 2011 12:17 pm
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.