eu-emi / emiregistry

EMI Registry (EMIR): A Registry for Federated Grid Infrastructures
www.eu-emi.eu
6 stars 0 forks source link

P2P replication over Global registries #26

Closed amemon closed 12 years ago

szigetigabor commented 12 years ago

What is need for this issue: -configuration flag -start mechanism -neighbors resource -neighbors event receiver -service event receiver -one singleton class -some modification need by the delete event generation and handling

*done

szigetigabor commented 12 years ago

configuration, start mechanism, p2p package and the neighbors event receiver class is ready.

szigetigabor commented 12 years ago

neighbors resource and the manager class (singleton) neighbors calculation part is done.

szigetigabor commented 12 years ago

I modified the delete event generation and now the events contains the deleted JSON entry. The neighbors calculation mechanism done.

szigetigabor commented 12 years ago

service event receiver is done. It is send the messages to the neighbors and it put a feedback to the singleton if one neighbors is not available.

szigetigabor commented 12 years ago

The global DSR able to download the list of the InfoProviders and able to join to the network (get DB from one GSR of the P2P network). Provider list structure: [ "provider url1" , "provider url2" , ...]
The "[" and "]" parenthesis are optional.

for example: [ http://emir1.hu:54321, http://emir2.de:54321 ]