Opened at 2008-02-06T00:25:50Z
Last modified at 2020-01-16T19:39:16Z
#300 closed defect
macfuse: need some sort of caching — at Initial Version
Reported by: | robk | Owned by: | robk |
---|---|---|---|
Priority: | major | Milestone: | eventually |
Component: | code-frontend | Version: | 0.7.0 |
Keywords: | fuse mac cache performance | Cc: | |
Launchpad Bug: |
Description
so doing some initial experiments with mac fuse and python fuse bindings, it seems like the simple act of viewing a directory in finder generates a large number of calls through the fuse api.
I ran a stub (loopback) fs with instrumentation of each fuse call, and opened a directory or two, with only a few files. (having tested a much larger directory and seen correspondingly larger numbers of calls). the tool inserted a 100ms delay in answering each call, which explains the spacing of calls over time.
see attached log.
Note: See
TracTickets for help on using
tickets.
log of fuse calls