jgroups
JGroups Instances communication
I have two machines in which the JGroups is running. The Problem I am facing is, once a Instances is created in one of the machines, few seconds later I start the other Instances. Both of them initiat[详细]
2023-04-09 03:12 分类:问答Does Alfresco 3.4e CE support clustering?
I have just a simple question to answer ! Doe开发者_如何学Gos Alfresco 3.4e Community Edition support clustering ?[详细]
2023-03-28 03:57 分类:问答Multi object Communication between instances in J groups
I have a program which needs to communicate itself under Multi Instances. It like if a instance has loaded a object from DB, other instances would jus use them.[详细]
2023-03-20 07:40 分类:问答jgroup members can't join?
I use a ehcache that distributes via jgroups. I use UDP multicat for the distribution. The ehcache lives within a webapp. There are several machines that run that webapp. For some reason I get a WARN[详细]
2023-03-16 06:53 分类:问答$1.class and $2.class not Serializable exception in jgroups
I am creating a demo stock exchange distributed program in Java us开发者_JAVA技巧ing jgroups as middleware. My Stock class has a priority queue which has a comparator, and results in Stock$1.class and[详细]
2023-02-28 08:38 分类:问答Java Applications Replicating State
I have the same server side application running on multiple machines. I would like to provide a way to push changes to all the applications.I\'m more interested in state/property changes to the objec[详细]
2023-02-13 15:40 分类:问答Communication between 2 nodes in a cluster
I am trying to figure out how this will work out: client-server communication via NIO/BIO Server-server communication (replication, membership etc) via JGroups (replication of data can be a pain?)[详细]
2023-02-10 16:52 分类:问答JGroups, TCP_NIO multiple messages sent to nowhere
Messages sent to ports I never specified in my configuration file. this is my config: [10-Jan-2011 11:02:22.917 GMT] ERROR org.jgroups.protocols.TCP_NIO- failed sending message to 192.168.50.41:8851[详细]
2023-02-03 15:44 分类:问答JGroups equivalent library in C++
at work we have been using JGroups and I have to say that I really like it, however, at home I primarily build with C/C++.[详细]
2023-02-01 11:53 分类:问答How does Jgroup on UDP become reliable?
In my mind, UDP开发者_如何学运维 is fast but not reliable, and in a lot of places jgroup is based on UDP, is that reliable? I saw a lot of places use jgroup to transfer caching information. Does jgrou[详细]
2023-01-28 22:34 分类:问答