Rob Shortt wrote:
> Hi!
> 
> Some of you already know that I've committed a notifier loop based on
> twisted.  This one doesn't use threads to run the notifier and twisted
> loops separately but actually uses the default twisted rector
> (selectrector) as the main loop.
> 
> Since twisted and kaa/pynotifier handle sockets and timers in a similar
> way (and both are asynchronous main loops) I was able to hook them
> together pretty well.  The file of interest is
> kaa/trunk/base/src/notifier/pynotifier/nf_twisted.py.  To use this
> notifier you must call kaa.notifier.init('twisted_experimental').  Once
> this is deemed bug free I think we'll rename it 'twisted' and move that
> one to 'twisted_threaded' (or remove one of the threaded ones?).
> 
> This one could use some more testing.  I think recordserver is a good
> candidate (1.x branch).  Attached is a quick patch.
> 
> Duncan, can you test this out?  Everyone else is welcome to test as
> well, the more feedback the better.  If it works we can make it the
> default for recordserver.

Hi Rob,

After a quick test it is looking good, it took me a bit longer than I 
thought to test as there was a whopping bug in the tv/ivtv_record 
module, it was using the TV_DEVICE and not the VideoGroup.vdev to record 
from. Had to fix this first...

I'll test it over the next few days before committing the change, the 
recordserver needs an extended period of testing to be fairly sure it is 
correctly working.

There have been some name changes to the kaa.notifier code too.

Duncan


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to