Re: [Freevo-devel] Re: kaa.ipc and step() problems

2006-04-30 Thread Jason Tackaberry
On Sun, 2006-04-30 at 17:43 +0200, Dirk Meyer wrote: > > I'm not sure either. AFAIK ipc doesn't make any circular refs. But if > > we can find out where, I can try to fix ipc to use weakrefs in the > > appropriate places. > > I now use weakref to connect, maybe it is gone. The strange part is >

[Freevo-devel] Re: kaa.ipc and step() problems

2006-04-30 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sat, 2006-04-29 at 19:01 +0200, Dirk Meyer wrote: >> | # Update timestamp on timer before calling the callback to >> | # prevent infinite recursion in case the callback calls >> | # step(). >> | __timers[ i ] = ( interval, notifie

[Freevo-devel] Re: kaa.ipc and step() problems

2006-04-29 Thread Dirk Meyer
I will answer in more details tomorrow, but... Jason Tackaberry wrote: > It's very convenient to be able to do synchronous calls. I think this > problem could be resolved by removing step() from kaa.ipc and instead > doing its own select/handle loop. This means other timers won't fire > while th