views:

73

answers:

1

Are there any existing libraries/frameworks/products for a distributed shared memory system implemented in .NET, or easily accessible from .NET clients?

Googling gives some links to academic papers, but I couldn't find any real implementations.

Note: I am most interested in something that runs on a LAN, not in "cloud".

+4  A: 

Maybe AppFabric aka Velocity?

A new Microsoft project, code-named Velocity, provides a distributed, in-memory cache. Velocity enables you to create scalable, available, high-performance applications by exposing a unified view of distributed memory for client application consumption.

BioBuckyBall
It's called Windows AppFabric now.
Jonathan Allen
Ah, missed the rename, thanks. Updated answer
BioBuckyBall