You ought to track/join project
http://shoal.dev.java.net, where we will
be introducing several functionalities which maybe of interest to you,
such as :
- Name -> ID local mapping (SHA-1 name encoded ID's)
- Node descriptors (System Advertisements detailing HW/SW)
- Self organizational protocol (fits well with grid applications)
- HealthMonitoring protocol
- LightWeightReliableMulticast channels
Source should be available by the week's end.
Mohamed
Guillaume Laforge wrote:
> Hello,
>
> I would like to know the best way to ask some information to all peers
> of my network.
>
> My use case is the following.
> I'm building a Grid Computing infrastructure, and I want to query all
> the peers of my group to find those who meet certain criteria (for
> instance CPU Load < 50%, or things like that).
>
> What would be the best way to implement that using the JXTA idioms?
>
> Should I create some kind of service that all the peers would
> implement, and create a bidi pipe for each peer so that I can send
> them the request and receive their answer if they match the criteria?
> Is there some better strategy?
>
> Thanks in advance,
>
> Guillaume