Dirk Meyer wrote: > Duncan Webb wrote: >> This mostly works, at least I haven't found any plug-ins that are >> broken. > > It is kind of ugly because the stuff still uses the old poll code. In > the future plugisn should register the timer to kaa.notifier.
I this all, just replace poll for timer? >> The recordserver doesn't work. > > What does not work? Well, yes, the recordserver uses the twisted > mainloop and Freevo uses kaa.notifier. That sounds like a problem. But > don't you want to get rid of twisted anyway? I found this one today, it is the subscribe function in rc.py had gone, adding it back the recordserver works. Not sure it this was intentional or not. >> The main problem that I'm having is how does the event mechanism work >> between processes? > > The kaa.notifier event code is similar to the one in Freevo and does > not pass events to other processes. For IPC you could take a look at > kaa.rpc in kaa.base. Okay, pleased that I wasn't doing something incorrectly. Does this have a nice page too? >> BTW the KaaNotifier document is nice and easy to understand. > > But not complete :) I look forward to the next instalment :) Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
