History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CACHE-117
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Bin Sun
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OSCache

add 'oscache.cluster.group_name" to take care of different clustered-applications

Created: 22/Oct/04 03:54 AM   Updated: 04/Apr/06 04:38 PM
Component/s: Cluster
Affects Version/s: 2.1
Fix Version/s: 3.0

Environment: all


 Description  « Hide
I found that when simply using UDP multicasting, many apps (each has 2 clustered server) on the same LAN may affect one another, which is undesired.

The channel names for UDP on all JGroup sender are the same: 'OSCacheBus'. I suggest a configurable property in the 'oscache.properties' named 'oscache.cluster.group_name' be supported in OSCache 2.1.

 All   Comments   Change History      Sort Order:
Andres March - [14/Jan/05 07:39 PM ]
We can do this easily but it is more performant to operate channels on different IPs. That is what we do. It cuts down on the chatter the jgroups library needs to deal with.