Jason Tackaberry wrote:
> On Sun, 2008-02-17 at 18:07 +0100, Duncan Webb wrote:
>> So this means that I should keep yielding until inprogress.finish is not
>> True?
> 
> No, it means you should fix that __cmp__ method :)

Sorry being think again, I don't get it.

If a rpc method in the server is being called from a client why should I 
need to fix another method that is not obviously being used either by 
the server and definitely not by the client?

Makes very little sense.

> When you yield an InProgress object in a coroutine, when the coroutine
> is reentered, the InProgress you yielded just before is guaranteed to be
> finished.

It is re-entered just after the yield, but I'm not sure how this 
information helps.

I must admit that I'm starting to think that kaa.coroutines are more 
trouble than they are worth.

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to