Hi friends,
Can anybody share with me code snippets of handling simultaneously multiple http requests from different clients I'm using the HttpListener for this purpose. Have used the BeginGetContext model but it does not seem to work. Requests are still being handled sequentially. I tried code from msdn, other developers who faced similar problems, innovated on my own but no success.
Can somebody be of help please
Thanks,
Kunal
P.S. I'm new to C#.....

Handling multiple web requests parallely