Are reliable WCF services the right choice?

We are in the process of choosing the best method to maintain state between WCF sessions / calls. We have found that WCF DurableService meets our needs.

We would like to know that this is normal for heavy use. We expect 1000+ sessions, and each session will contain about 100 Kbytes of data (XML-serialized format), and a complex object (only 1 object) must be saved.

Given our requirements, is WCF DurableServices the right solution?

+1
source share
1 answer

DurableService WCF ( ) , BasicHttpContextBinding, WSHttpContextBinding. HTTP cookie . 100 , . CanCreateInstance CompleteInstance ​​ .

DurableService , 1000+ 100 . WCF, , 16 . , , 1000+ . , , , -, iffy . .

+4

All Articles