Ticket #3 (closed enhancement: fixed)
Add caching of stat results
| Reported by: | schwa | Owned by: | schwa |
|---|---|---|---|
| Priority: | major | Milestone: | 2.2 |
| Component: | Library | Version: | 2.0.1 |
| Keywords: | stat, cache, caching | Cc: |
Description
When dealing with many small files on the remote host, ftputil becomes rather slow because it fetches the directory listing every time it wants to stat a file/directory/link. This doesn't matter so much for larger files because then the "net data" transfer time is much greater than the time for getting the stat data. These timing issues are reversed for the case of many small files.
Change History
Note: See
TracTickets for help on using
tickets.
