gui hangs when searching for something that gives a lot of results
Bug #302340 reported by
Jairaj
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LinuxDC++ |
Confirmed
|
Medium
|
Razzloss |
Bug Description
When searching for something that gives a lot of results, LinuxDc++ gui hangs for sometime and the windows becomes grey. But after someNovtime the results are shown.
For example, search for "avi". The GUI becomes grey for a while and it hangs temporarily. Then the results are shown.
I'm using "LinuxDC++ version: 1.0.2"
OS : Ubuntu Intrepid with all updates as of Nov 20th
Changed in linuxdcpp: | |
importance: | Undecided → Medium |
status: | Incomplete → Confirmed |
To post a comment you must log in.
I believe the correct term would be "freeze". The gui is too busy processing the results to redraw. IIRC the core sends a dispatch on each search record packet, performance could probably be improved be sending larger bundles (this way the number of times to sort and do general treeview updating is reduced).