cluster aware C#

G

Gerhard

I am writing a type library in C# in .net. What is the best practice code to
make this cluster aware?
 
A

Arne Vajhøj

Gerhard said:
I am writing a type library in C# in .net. What is the best practice code to
make this cluster aware?

Loadbalancing over cluster ?

Single signon in cluster ?

Replicating state in cluster ?

Or ?

Arne
 
G

Gerhard

server cluster with distributed sessions. I need to be sure that my object
can be placed into this type of HttpSessionState.
 
A

Alberto Poblacion

Gerhard said:
server cluster with distributed sessions. I need to be sure that my
object
can be placed into this type of HttpSessionState.

Just make sure that your object is [Serializable]. Depending on the
contents of the object, you may need to implement Custom Serialization.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top