For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > October 2005 > How does .Net Web service handle request from multiple clients









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How does .Net Web service handle request from multiple clients
Tiro

2005-10-31, 7:02 pm

Hi,
I am trying to understand how does .Net Web Service handle requests for
multiple clients simultaneously.

Here is what I am trying to achieve.
I have created a web serive that search database based on client
request. Client submits query string.

Issue:
If I try to access web service from 2 clients simultaneously using
different query, it gives same results.

Example: (If initiated at same time)
Client - 1
Search term - IL
Result from Web service: full name is Illinois

Client - 2
Search term - WI
Result from Web service: full name is Illinois ( I am expecting "full
name is Wisconsin")

How does .Net Web Service handle multiple clients?
Is there good documentation/Examples/code samples that will help me?

Thanks

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com