2 Replies Latest reply on Dec 21, 2004 9:33 AM by keanthian

    How to handle concurrent web service request?

    keanthian

      hi all,
      Can anyone tell me how can we control number of request submitted to our web service.

      The problem i'm facing now is, a web service client spawn 100 request threads to my web service. This cause an exception being thrown to the client. Is there any method to avoid throwing exception to client?
      Such as we try to control number of request can be processed by the web services.
      Or may be this issue should be handled by the client application?

      can anyone give me so idea? suggestion?

      thanks