https://bugs.gpodder.org/show_bug.cgi?id=1500
--- Comment #9 from Thomas Perl <[email protected]> 2012-11-18 15:19:44 GMT --- (In reply to comment #8) > We have to discuss the threading topic. > Should every extension run in a own thread? This is especially import for long > running extensions In my opinion, the extensions should run in the main thread by default, and only create a thread when they do long-running actions (and then the actions should be visible in the UI and "managed" by the container - i.e. the container should take care of creating a thread and running the long-running action). -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
