In last week, I worked on analytically comparing MapReduce, DeeToo, and Sword’s latency and bandwidth consumption performance. I also worked on adding geographical location information at the MapReduce-condor resource finder. The work flow is as follows : When a node receives a query, such as (other.latitude>0.0&&other.longitude>0.0), the node sends local xml rpc(Information.Info) to get the geographical information. After getting the information, the node inserts the information into the classad for further matching check.
Currently, MapReduce-condor resource finder system supports two kinds of location-based resource finding method. One method uses geographical location as described above, and the other method uses IP address information. Sample IP address query string : requirements = regexp( "<127.123.[0-9]*.[0-9]*:[0-9]*>", MyAddress)
Best,
Kyungyong Lee
--
You received this message because you are subscribed to the Google Groups "acis.p2p" group.
To post to this group, send email to aci...@googlegroups.com.
To unsubscribe from this group, send email to acisp2p+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/acisp2p?hl=en.
Last week, I mainly worked on simulating Sword on top of Brunet while debugging Sword simulator. While doing simulation, I got dht value size problem. At current Dht implementation, it seems that an entry’s value size is limited to 1024 byte.
http://github.com/johnynek/brunet/blob/master/src/dht/TableServer.cs#L64
Sword saves a node’s all attributes’ information at dht. Assuming an average attribute size is 20 bytes, and 100 attributes exist in a node. The total attribute size would be 2000 bytes, which exceeds the dht value size restriction. I manually increased the dht value maximum size as needed to solve the issue. What problem can occur if we do not limit the maximum dht entry value size?
Best,
Kyungyong Lee
--
You received this message because you are subscribed to the Google Groups "acis.p2p" group.
To post to this group, send email to aci...@googlegroups.com.
To unsubscribe from this group, send email to acisp2p+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/acisp2p?hl=en.
In a real system using UDP, packets larger than 1500 bytes may not be transmitted (due to poor support for fragmentation).
TCP doesn't have this problem.
We could do fragmentation at the Brunet layer, or we would fragment at the dht layer. This problem needs to be solved eventually, but there has not yet been a clear winner in terms of how to solve it.
David has started a tcp implementation that could run on top of brunet. That might be the best way to go because a tcp implementation could allow us to do the dht on tcp on brunet, and any other application could use it too.
Best
--
OK. It makes sense. 1500 bytes are the maximum allowed packet size at the Ethernet. Due to header(link layer, network layer, transport layer), actual allowed application data size may be less than 1500 bytes. I also think that supporting TCP on top of Brunet is the best method. I will graciously help implementing TCP method on Brunet, if you need more hands.
Best,
Kyungyong Lee
You may check here, http://technet.microsoft.com/en-us/library/bb457079.aspx
.
So, what's your conclusion and suggestions?
On Dec 17, 2:52 am, Pierre St Juste <pton...@gmail.com> wrote:
> Attached is the pdf comparing MSP2P with Brunet.
>
> On Wed, Dec 16, 2009 at 11:36 AM, Renato Figueiredo <rjo...@gmail.com>wrote:
>
>
>
>
>
> > That's good, Pierre, unfortunately I won't be able to make it to the
> > meeting, but you can fill me in sometime later.
>
> > On Wed, Dec 16, 2009 at 12:19 AM, Pierre St Juste <pton...@gmail.com>wrote:
>
> >> I plan on doing a quick summery of Brunet and MS P2P Framework at the
> >> meeting.
>
> >> On Tue, Dec 15, 2009 at 11:29 PM, Kyungyong Lee <iamkyungy...@gmail.com>wrote:
>
> >>> Last week, I mainly worked on simulating Sword on top of Brunet while
> >>> debugging Sword simulator. While doing simulation, I got dht value size
> >>> problem. At current Dht implementation, it seems that an entry’s value size
> >>> is limited to 1024 byte.
>
> >>>http://github.com/johnynek/brunet/blob/master/src/dht/TableServer.cs#L64
>
> >>> Sword saves a node’s all attributes’ information at dht. Assuming an
> >>> average attribute size is 20 bytes, and 100 attributes exist in a node. The
> >>> total attribute size would be 2000 bytes, which exceeds the dht value size
> >>> restriction. I manually increased the dht value maximum size as needed to
> >>> solve the issue. What problem can occur if we do not limit the maximum dht
> >>> entry value size?
>
> >>> Best,
>
> >>> Kyungyong Lee
>
> >>> --
> >>> You received this message because you are subscribed to the Google Groups
> >>> "acis.p2p" group.
> >>> To post to this group, send email to aci...@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> acisp2p+u...@googlegroups.com<acisp2p%2Bunsu...@googlegroups.com >
> >>> .
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/acisp2p?hl=en.
>
> >> --
> >> Pierre St Juste
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "acis.p2p" group.
> >> To post to this group, send email to aci...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> acisp2p+u...@googlegroups.com<acisp2p%2Bunsu...@googlegroups.com >
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/acisp2p?hl=en.
>
> > --
> > Dr. Renato J. Figueiredo
> > Associate Professor
> > ACIS Lab - ECE - University of Florida
> > UF Site Director, Center for Autonomic Computing
> >http://byron.acis.ufl.edu
> > ph: 352-392-6430
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "acis.p2p" group.
> > To post to this group, send email to aci...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > acisp2p+u...@googlegroups.com<acisp2p%2Bunsu...@googlegroups.com >
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/acisp2p?hl=en.
>
> --
> Pierre St Juste
>
> msnp2p_brunet_comp.pdf
> 120KViewDownload
To unsubscribe from this group, send email to acisp2p+u...@googlegroups.com.
So it is possible to use MS P2P Standard in Mono also.
Just for your information.
> > <acisp2p%2Bunsu...@googlegroups.com<acisp2p%252Bunsubscribe@googlegroup s.com>>
> > > >>> .
> > > >>> For more options, visit this group at
> > > >>>http://groups.google.com/group/acisp2p?hl=en.
>
> > > >> --
> > > >> Pierre St Juste
>
> > > >> --
> > > >> You received this message because you are subscribed to the Google
> > Groups
> > > >> "acis.p2p" group.
> > > >> To post to this group, send email to aci...@googlegroups.com.
> > > >> To unsubscribe from this group, send email to
> > > >> acisp2p+u...@googlegroups.com<acisp2p%2Bunsu...@googlegroups.com >
> > <acisp2p%2Bunsu...@googlegroups.com<acisp2p%252Bunsubscribe@googlegroup s.com>>
> > > >> .
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/acisp2p?hl=en.
>
> > > > --
> > > > Dr. Renato J. Figueiredo
> > > > Associate Professor
> > > > ACIS Lab - ECE - University of Florida
> > > > UF Site Director, Center for Autonomic Computing
> > > >http://byron.acis.ufl.edu
> > > > ph: 352-392-6430
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "acis.p2p" group.
> > > > To post to this group, send email to aci...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > acisp2p+u...@googlegroups.com<acisp2p%2Bunsu...@googlegroups.com >
> > <acisp2p%2Bunsu...@googlegroups.com<acisp2p%252Bunsubscribe@googlegroup s.com>>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/acisp2p?hl=en.
>
> > > --
> > > Pierre St Juste
>
> > > msnp2p_brunet_comp.pdf
> > > 120KViewDownload
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "acis.p2p" group.
> > To post to this group, send email to aci...@googlegroups.com.
> > To unsubscribe from this group, send email to