Tag: Instaance Management
-
Instance Management in WCF
Instance Management is a technique to decide, which SERVICE INSTANCE handles which CLIENT REQUEST and when? This is a service side implementation detail. This is useful to decide scalability, performance, durability, transactions and queued calls. There are three instance management techniques in WCF. BEHAVIOR Instance management is a service side activation implementation detail…