Ticket #1247 (closed bug: fixed)
Tracker multiplies calls (open,stat) per open window
| Reported by: | mmu_man | Owned by: | axeld |
|---|---|---|---|
| Priority: | low | Milestone: | R1 |
| Component: | Applications/Tracker | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: |
Description
When volume usage bars are enabled, Tracker regularily (several times /s) forces recreating BVolume objects, implying multiple calls to open() and stat() on each volume's root folder. While it's needed only for the desktop window, it is actually done by each open window, so if you have 10 open windows you get 30 stat() per second, which on uncached network fs is quite wasteful. Also polutes syslog.
It was so at least in Zeta's Tracker last time I checked, didn't try with svn but I don't think it's ever been fixed.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
