(X) Hide this
    • Login
    • Join
      • Say No Bots Generate New Image
        By clicking 'Register' you accept the terms of use .
        Login with Facebook

Simultaneously calling multiple methods on a WCF service from Silverlight

(0 votes)
1 comments   /   posted by Silverlight Show on May 20, 2010
Tags:   wcf-ria-services , silverlight-4 , ola-karlsson
Ola Karlsson had to debug some performance issues in an existing Silverlight app and he decided to share with you this problem and its solution which is quite tricky.

On start, the app would do a number of calls to different methods on a WCF service, this to populate the UI with the necessary data. Recently one of those services had been changed and was now taking quite a bit longer than it used to. This was resulting in quite a long loading time for the whole UI, which was set up so it wouldn’t let the user interact with anything, until all the service calls had finished.


Comments

  • -_-

    RE: Simultaneously calling multiple methods on a WCF service from Silverlight


    posted by Kunal sharma on May 21, 2010 18:50

    Hello

    configure the service to use per call configuration  or just use basichttpbinding .a new context will be created per call and no waiting for earlier call to complete.

    happy coding

Add Comment

Login to comment:
  *      *       
Login with Facebook

Our News on Twitter