On 2007-10-23 01:46, Duncan Webb wrote:
> I have a little bit of a problem with the recordserver not getting
> events from it's plug-ins. The problem is that kaa.notifier.loop() and
> app.run() don't return so I can't have both in a program, can I?

Ideally app.run() just calls something like app.step() in a loop, then
you can do kaa.signals['step'].connect(app.step)

Alternatively, if you can hook custom functions to be called every
iteration of the app.run() loop, you can call kaa.notifier.step there. 
But this is suboptimal because it means timer precision will be way off,
and watches on file descriptors will be sluggish.


-------------------------------------------------------------------------
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
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to