Sorry, I wasn't clear earlier. We are using recursive lookups. For a 500 node network, the number of hops is around 4.5. If you add the one hop for the return...
Ah, I see. So you're somehow wasting something like 63 ms per hop. Do you log when a lookup message comes in and when it goes back out? If so, do those...
Joe, How have you been installing software on lumpy? Have you tried Darwin ports? I did a complete rewrite of our Makefile.am files to avoid using duplicate...
Boon, Could you please make sure that if you run experiments on grumpy and grouchy, you run them on the local file system, as opposed to the NFS-mounted one?...
that's good point. thanks for telling me on that. I noticed that the I/O was slow this morning and I've moved to running on /tmp/ I didn't know that I have a...
You didn't have one ;-) I just created it for you. ________________________________ From: p2group@yahoogroups.com [mailto:p2group@yahoogroups.com] On Behalf ...
I have revised the er diagram. Please find it attached to this message. I'm still working on this but I think we're getting closer. I will also be working on...
Hiya, there seems to be a bug with periodic and agg. the lines below would yield weird results. It seems that count<> would make XXX become a random number...
Hiya, I've got a rule that says whenever bufLevelMonitor happens, update current flowState. currently, bufLevelMon is triggered by periodic. Unfortunately, the...
Hiya, Before tyson's run-time opt is done, is there anyway one can do something to current system's internal state? I am thinking if one can write rules that...
For now, seems like the best way to do this particular thing would be to clone the queue element, generate a new element from it to do what you want, and...
Hiya, we still don't support two aggs in a view? Is it just the parser or does it require something more? I can go in and add this if the former... the...
Hi Eric, What do you mean by "two aggs in a view"? Could you give an example? In the meantime, I don't know of us every supporting two aggregate functions in...
Sorry about bothering everyone's email, but it's chopped thice.... so i m gonna make another attempt: at = _ example 1: example 2: myAggView2 ( in X, FID,...
Eric, What error and how did you fix it? Seriously, you have to give more information in your messages ;-) Petros ________________________________ From:...
Eric, Are these the only two rules in the example? What is the primary key of the tFlowState2 table? In general, P2 implements update as delete followed by...
Folks: I know Tyson and Petros worked hard on IDF demos this fall. It would be useful to get that demo codified so other people could walk through it. Are...