| Summary: | Performance probleme into konqueror | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | BRULE Herman <alpha_one_x86> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | CC: | anselmolsm |
| Priority: | NOR | ||
| Version First Reported In: | 4.3.3 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Trace | ||
|
Description
BRULE Herman
2009-11-22 10:40:33 UTC
Created attachment 38480 [details]
Trace
Trace generated by sysprof
I have found and dev this point into the ultracopier's wiki. It's the algo the problem. But I don't know if the problem remain at this time. Mostly: - Simple loop have mutualy slow down of read and write - close() sync the file to the FS and have big slow down with lot of small file - open() close() is better with concurrency but data transfer not I close the bug due to old (now the new kernel, ext4, ... all have changed) |