- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2377
|
r3266
|
|
| 6 | 6 | IceGridAdmin.Username=root |
| 7 | 7 | IceGridAdmin.Password=ome |
| | 8 | |
| | 9 | # |
| | 10 | # Used to communicate between instances |
| | 11 | # See: omero/Internal.ice |
| | 12 | # |
| | 13 | Cluster.Endpoints=udp -h 239.0.0.5 -p 22222 |
| | 14 | ClusterProxy=Cluster:udp -h 239.0.0.5 -p 22222 |
Download in other formats:
1.2.1-PRO © 2008-2009
agile42 all
rights reserved
(this page was served in: 0.40550 sec.)