want to know how many clients connected to the Per-Session Service Host

Answered want to know how many clients connected to the Per-Session Service Host

  • Thursday, July 26, 2012 7:28 AM
     
     
    From the service-side point of view, I want to know how many clients connected to the server at a time point.
     
    In our scenario, we have 50+ pos app running at the same time, we want to monitor every pos app, we plan to use Per-Session mode service, and every pos run a proxy which connect to the server-side service.
     
    can somebody give us some suggestion?

    Hello

All Replies

  • Thursday, July 26, 2012 11:14 AM
     
     Answered

    Hi, you control this through serviceThrottling. Check out this article for defaults and a better understanding of the senario:

    http://msdn.microsoft.com/en-us/library/ms731379.aspx

  • Thursday, August 02, 2012 6:50 AM
     
     
    just throttling the number of connection, can not monitor them.
    these days, when digging into wcf, got the idea that, there is no out of box solution to do it now, but we can extending wcf, to implement it. and WCF provide good ways to let us extending them.

    Hello

  • Thursday, August 02, 2012 11:03 AM
     
     

    Hi, You can also use performance counters to monitor the number of calls and sessions for a wcf service:

    http://msdn.microsoft.com/en-us/library/ms735098.aspx