S
Simon Lok
Hi,
Is there a distributed shared memory toolkit / API / SDK available
for C#? I am looking for the C# equivalent of the JSDT
(http://java.sun.com/products/java-media/jsdt/) where basically
one has shared byte arrays across many JVMs.
I guess I could "write it myself" by layering a token ring architecture
over .NET remoting, but that would probably be more pain that it
is worth... at least for me right now.
--SL
Is there a distributed shared memory toolkit / API / SDK available
for C#? I am looking for the C# equivalent of the JSDT
(http://java.sun.com/products/java-media/jsdt/) where basically
one has shared byte arrays across many JVMs.
I guess I could "write it myself" by layering a token ring architecture
over .NET remoting, but that would probably be more pain that it
is worth... at least for me right now.
--SL