After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 128831 - Dashboard stops responding
Dashboard stops responding
Status: RESOLVED FIXED
Product: dashboard
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: 0.1
Assigned To: Nat Friedman
Nat Friedman
Depends on:
Blocks:
 
 
Reported: 2003-12-08 19:33 UTC by Nat Friedman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nat Friedman 2003-12-08 19:33:54 UTC
After a number of queries, dashboard stops processing new cluepackets.

The issue is that we're hitting the threadpool maximum of 32 threads due to
network backends blocking and filling up the pool.

We need to move away from using threadpools so that we can cancel all
existing backend threads when a new cluepacket comes in.
Comment 1 Nat Friedman 2004-02-22 23:45:33 UTC
Fixed thanks to Jim McDonald's awesome threading patches.