I saw the light WCF,Duplex - Alexey Zakharov's Blog

Browse by Tags

All Tags » WCF » Duplex (RSS)

Silverlight Tip: Problems with polling duplex inactivitytimeout. by brainbox

Many people ask question why polling duplex session shutdown after 10 minutes in spite of polling duplex InactivityTimeout value is more than hour. In private email Christopher Scrosati (Silverlight WS Team) told me that I've also should configure ReciveTimout...
Filed under: , ,

How to increase amount of silverlight duplex clients. by brainbox

Amount of silverlight polling duplex clients is defined by MaxConcurrentSessions throttling property. Default value is 10. To increase it you should programmatically add ServiceThrottlingBehavior. Here is some code that shows how it could be done: 1:...
Filed under: , ,

Silverlight Tip: If Polling Duplex SLOWS Everything =) by brainbox

Today I've lost about 6 hours to find out why POLLING DUPLEX make all my WCF services work extremely SLOW. The reason was Global.ashx. Don't know why it caused such problems, but when I've deleted it everything started working correctly.
More Posts