WCF service multiple connections

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter

    WCF service multiple connections

    I am trying to learn WCF, so I don't even know what info to post.

    I have WCF service which works fine, but when I try to connect from more
    then one client the second client always waits until the first client
    complets the call. I had the same code with WebService and it worked just
    fine, the program executed all the calls at the same time. How can I make
    WCF to accept calls from multiple clients at the same time?


    Thank You


    Peter


  • John Saunders

    #2
    Re: WCF service multiple connections

    "Peter" <czupet@nospam. nospamwrote in message
    news:eeT#YnHMJH A.2164@TK2MSFTN GP02.phx.gbl...
    I am trying to learn WCF, so I don't even know what info to post.
    >
    I have WCF service which works fine, but when I try to connect from more
    then one client the second client always waits until the first client
    complets the call. I had the same code with WebService and it worked just
    fine, the program executed all the calls at the same time. How can I make
    WCF to accept calls from multiple clients at the same time?
    Peter, this will depend on the details of how you created the service, and
    what changes you made to the configuration.

    I recommend that you ask this question in the WCF Forum at
    http://social.msdn.microsoft.com/for...S/wcf/threads/.

    --
    John Saunders | MVP - Connected System Developer

    Comment

    • Peter

      #3
      Re: WCF service multiple connections


      "John Saunders" <no@dont.do.tha t.comwrote in message
      news:OFPxT%23HM JHA.5060@TK2MSF TNGP02.phx.gbl. ..
      "Peter" <czupet@nospam. nospamwrote in message
      news:eeT#YnHMJH A.2164@TK2MSFTN GP02.phx.gbl...
      >I am trying to learn WCF, so I don't even know what info to post.
      >>
      >I have WCF service which works fine, but when I try to connect from more
      >then one client the second client always waits until the first client
      >complets the call. I had the same code with WebService and it worked
      >just fine, the program executed all the calls at the same time. How can I
      >make WCF to accept calls from multiple clients at the same time?
      >
      Peter, this will depend on the details of how you created the service, and
      what changes you made to the configuration.
      >
      I recommend that you ask this question in the WCF Forum at
      http://social.msdn.microsoft.com/for...S/wcf/threads/.
      >
      --
      John Saunders | MVP - Connected System Developer
      Thank you for the suggestion!!!

      And sorry for being so vague, but it's hard to ask when you don't know what
      you are asking for. :)




      Comment

      • John Saunders

        #4
        Re: WCF service multiple connections



        "Peter" <czupet@nospam. nospamwrote in message
        news:OROvAcIMJH A.4376@TK2MSFTN GP04.phx.gbl...
        >
        "John Saunders" <no@dont.do.tha t.comwrote in message
        news:OFPxT%23HM JHA.5060@TK2MSF TNGP02.phx.gbl. ..
        >"Peter" <czupet@nospam. nospamwrote in message
        >news:eeT#YnHMJ HA.2164@TK2MSFT NGP02.phx.gbl.. .
        >>I am trying to learn WCF, so I don't even know what info to post.
        >>>
        >>I have WCF service which works fine, but when I try to connect from more
        >>then one client the second client always waits until the first client
        >>complets the call. I had the same code with WebService and it worked
        >>just fine, the program executed all the calls at the same time. How can
        >>I make WCF to accept calls from multiple clients at the same time?
        >>
        >Peter, this will depend on the details of how you created the service,
        >and what changes you made to the configuration.
        >>
        >I recommend that you ask this question in the WCF Forum at
        >http://social.msdn.microsoft.com/for...S/wcf/threads/.
        >>
        >--
        >John Saunders | MVP - Connected System Developer
        >
        Thank you for the suggestion!!!
        >
        And sorry for being so vague, but it's hard to ask when you don't know
        what you are asking for. :)
        No problem. At least you _asked_!

        --
        John Saunders | MVP - Connected System Developer

        Comment

        Working...