Show
Ignore:
Timestamp:
01/12/09 08:49:32 (14 months ago)
Author:
jmoore
Message:

OmeroClustering : Moving away from jgroups to straight multicast/jdbc approach

The ReplicatedHashMap implementation used from the org.jgroups.blocks
package had issues with our usage of the map. Since we are already
guaranteed a share storage (the db) for all blitz instances within
a single cluster, we are now using Ice's multicast support (from 3.3)
as well as simpleJdbcTemplate to manage the same information that was
previously in jgroups.
(cherry-pick from commit e50eed4204c2a1d360c2b261b5e6a7618573ba65)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/internal.cfg

    r2377 r3266  
    66IceGridAdmin.Username=root 
    77IceGridAdmin.Password=ome 
     8 
     9# 
     10# Used to communicate between instances 
     11# See: omero/Internal.ice 
     12# 
     13Cluster.Endpoints=udp -h 239.0.0.5 -p 22222 
     14ClusterProxy=Cluster:udp -h 239.0.0.5 -p 22222 

1.2.1-PRO © 2008-2009 agile42 all rights reserved (this page was served in: 0.87287 sec.)