Opened 14 years ago
Closed 14 years ago
#457 closed enhancement (fixed)
Closing a directory container with a large number of files >64k is slow and involves significant processor and drive activity
| Reported by: | Gregg Young | Owned by: | Gregg Young |
|---|---|---|---|
| Priority: | minor | Milestone: | Release_3.19 |
| Component: | fm/2 base | Version: | 3.18 |
| Keywords: | Cc: |
Description
Possible causes:
- Since the auto tile code rescans all the containers perhaps it get rescanned before it can close.
- This is from freeing the container items.
Change History (3)
comment:1 by , 14 years ago
| Summary: | Closing a directory container with a large number of files >64k is slow and involves significant processor and direve activity → Closing a directory container with a large number of files >64k is slow and involves significant processor and drive activity |
|---|---|
| Type: | defect → enhancement |
comment:2 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

Improved with SleepIfNeeded and IdleIfNeeded