pyReScene in combination with CurlFtpFS is slow

Issue #36 new
Gfy repo owner created an issue

pyReScene often reads only a couple of bytes at a time. It seems CurlFtpFS just grabs the needed data. (no prefetching possible?) A lot of requests will occur for very little data.

"I noticed... netstat is going nuts :D"

Should pyReScene be improved for this use case or can CurlFtpFS be tweaked?

Comments (4)

  1. Gfy reporter

    "sysctl settings like tcp reuse"

    1m30 for an SRR with 57 RAR files and around 40 archived files. 30m for an SRR with 93 RAR files and around 3k archived files.

  2. Gfy reporter

    Some of the fuse cache parameters might result in a slightly better performance: -o noatime,ro,allow_other,ssl,no_verify_hostname,no_verify_peer,kernel_cache,auto_cache

  3. Log in to comment