On 01/10/2007, Christian Buennig <[EMAIL PROTECTED]> wrote: > But since I prefer to write my plugin in Python: Does anyone have an > idea to implement a server plugin without an extra thread? A solution > might be to let Rhythmbox periodically "tick" my plugin so that the > plugin can inspects its sockets for incoming data with non-blocking IO, > but I do not know how to get such a periodic "tick" from Rhythmbox.
Just for interest...from the "writing plugins guide" we learn that there is no support for threads in python plugins. What is the reason for this? Why would the standard "import thread" not work? TIA, Riggs _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
