RE: Web Methods Lock



Hi Raju:

this is handled just like a web page, a different instance of the class
containing the method will be created, so every user will run a different
instance of it, at least you decide to explicitly share the method among
sessions.

Bye

"Raju Joseph" wrote:

> Hi,
>
> I have a question regarding Web Methods. We have defines quite a lot of web
> methods which our clients. My question is, If more than one user attempts to
> call the same web method at the same time, will the web method be locked by
> first user or will both be able to run the web method? How does IIS/ASP.NET
> web service handle this? Is there any good reference available.
>
> Thanks...
>
>
>
>
>
.



Relevant Pages

  • Re: Creating a new Class over a webService
    ... What causes it is that when you reference ... the web service, it create proxy classes with the same properties as ... What I did to get around it was to open the generated proxy classes, ... Prev by Date: ...
    (microsoft.public.dotnet.general)
  • To MoveUp-Down ListBox item
    ... In my form I am filling Listbox with Dataset ... returned from the web service. ... i.e. first user selects any item of the list box and then ... Prev by Date: ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Dataset retunring Null ..a gurus opinion required!
    ... Dim estateOleAdapter As New OleDbDataAdapter ... and updated the service reference in the client..but the same exception is ... toolbox to the design area to establish the connection. ... To ensure that my web service is well connected to my Access database, ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: WinForms and WebServices
    ... I appreciate you taking the time to review my question and answers but you're focusing on the wrong thing and completely missing the point. ... To be able to use the methods and properties of the service I HAVE TO add a web reference to the service in the application references and the VS guide that helps you doing that has to be able to access the service itself to list it's methods and properties. ... So I cannot add the web reference and thus I cannot create a web service object instance and use the web service methods and properties in the app. ... I suppose I could install a "dummy" service on my own web server and reference that. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: WinForms and WebServices
    ... The OP wants to create a WebService and a WebForms application to ... who will install the WebService on their Web servers. ... When that is installed your program can reference to that. ... So you say that I can change the web service URL in the config file at run ...
    (microsoft.public.dotnet.languages.vb)