GNOME Bugzilla – Bug 128831
Dashboard stops responding
Last modified: 2004-12-22 21:47:04 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.
Fixed thanks to Jim McDonald's awesome threading patches.