Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C Sharp only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
C Sharp
cluster aware C#
cluster aware C#
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
=?Utf-8?B?R2VyaGFyZA==?=
#1
cluster aware C#
Nov 20 '08, 12:35 AM
I am writing a type library in C# in .net. What is the best practice code to
make this cluster aware?
=?UTF-8?B?QXJuZSBWYWpow7hq?=
#2
Nov 20 '08, 12:55 AM
Re: cluster aware C#
Gerhard wrote:
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
Comment
Post
Cancel
=?Utf-8?B?R2VyaGFyZA==?=
#3
Nov 20 '08, 07:15 AM
Re: cluster aware C#
server cluster with distributed sessions. I need to be sure that my object
can be placed into this type of HttpSessionStat e.
"Arne Vajhøj" wrote:
Gerhard wrote:
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
>
Comment
Post
Cancel
Alberto Poblacion
#4
Nov 20 '08, 01:05 PM
Re: cluster aware C#
"Gerhard" <Gerhard@commun ity.nospamwrote in message
news:108FD108-1403-4FD4-AA67-06A496C1FA68@mi crosoft.com...
server cluster with distributed sessions. I need to be sure that my
object
can be placed into this type of HttpSessionStat e.
Just make sure that your object is [Serializable]. Depending on the
contents of the object, you may need to implement Custom Serialization.
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment