PDA

View Full Version : Remoting + Cluster



juvs
11-01-2007, 06:05 PM
We have successfully implemented our first Remoting Service :D, our next challenge is to create a cluster for this remoting service in order to provide it failover and load balancing.

For instance in Java using Spring Remoting + JBossCache we implemented some services in a cluster environment with cache synchronization.

Any suggestions, clues or starting points to build this cluster in .NET?? :confused::confused:

Thanks

Juvs

By the way: "Spring ROCKS!!!"

lahma
11-01-2007, 11:26 PM
I think you can be quite successful just by using remoting with load balancing (HTTP?) and if you need cache synchronization you probably need to use some commercial clustered cache like Coherence.NET or NCache. I'm not aware of any free clustered .NET cache implementations, please add links if anyone is knows some.

-Marko