locked
Self hosted WCF service RRS feed

  • Question

  • We've changed our service to use nettcp bindings. It's a self hosted WCF service. 
    Everything works fine, however, after running our test for 10 iterations our client (ASPX) can't connect to the service anymore.
    I ran netstat and saw that there are 10 established connections to the service. I believe that we are hitting the  max connection limit .
    Even if I increase this maxconn number, eventually I will hit that limit again.
    What do I need to do in order to  use nettcp without running out of connections ?

    We are using a singleton InstanceContextModel
    • Edited by PaulJ1 Friday, January 29, 2010 4:17 PM
    Thursday, January 28, 2010 11:18 PM

Answers

All replies