[mnet-devel] Progress and stuff to look at...

Zooko zooko at zooko.com
Tue Sep 2 14:15:17 BST 2003


 icepick wrote:
> 
> I've made some progress.  You can now publish and get files from Mnet 0.7
> again.  May that be the last time I say that (break HEAD and I'll break
> yours!).  All of my work is in branch_metatrackerrouter, but soon I will
> invoke the rite of "only working set of code" and merge into HEAD.  

w00t!

> The second problem is that *some* things that are told to 'delay' on the DoQ
> are not doing so.  See this log file for an example:

I looked and found this in pusher.py:

    def _get_some_blocks(self):
...
        # TODO: unevil this
...
        debugprint("_get_some_blocks() has: %s, old: %s\n", args=(len(self.blockstack), osize,), \
v=1, vs=self)
        if len(self.blockstack) > 0:
            self.schedule_event()

This "schedule_event()" launches another event() immediately on the DoQ.

Is that not what you want?

--Z



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
mnet-devel mailing list
mnet-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mnet-devel




More information about the Mnet-devel mailing list