MSDN > 論壇首頁 > Windows Communication Foundation > best practice to adjust services instance number parameters
發問發問
 

已答覆best practice to adjust services instance number parameters

  • Thursday, 2 July, 2009 9:51Serge Calderara 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    dear all,

    I have an application which consume different set of services. One client application to WCF services is a WPF application and I have also services which are client of other services.
    Based on that I have set up a test environement and let the whole application running with wcf tracing on to identify potential bottleneck.
    After 3 full days of run, I get my client application which is not receiving anymore callback information form my services.

    What I am trying to identify is if it comes from InstanceNumber or Max limit reached based on service configuration.

    Is there an easy way, or more generally a best practice to track during the run of the application the number of running service instances in order to see if those instances are constanly increasing and after a while connection gets drop due to that or if it comes froma  quota which is reach.

    Is tehre such facility to track in a way those max value we have configure in config files ?

    thnaks for help

    serge


    Your experience is build from the one of others

解答

所有回覆