Duncan Webb wrote:
> Dirk Meyer wrote:
>> Duncan Webb wrote:

>>> 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.

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?

So I would like your advise on how to handle this. Do I need to create a
thread to do this, beat up the recordserver to use kaa.rpc or is there
another option?

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

Reply via email to