apaku / slimfeed

A small and fast feed reader
GNU General Public License v2.0
1 stars 0 forks source link

do not spawn threads endlessly #8

Closed apaku closed 13 years ago

apaku commented 13 years ago

Currently the updating-code spawns a new thread for updating the feed-data regularly. This can lead to and endless spawning of threads if updating takes some time. So instead there should only ever be one thread trying to update the feeds from the network.