Click here to Skip to main content
15,902,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi All,

I have developed one Application in Asp.net 4.0 which accepts web requests and gives response to those requests.
It works fine when any external application sends few requests in one second. But when any application tries to send more requests e.g 100 or more than 100 in one second, My application gets hanged for 5 to 6 minutes and after some time it gets started.

I have tried so many options but my problem is not solved till date.

Please help me.

Thanks in advance.
Posted
Comments
Rob Philpott 18-Mar-11 9:24am    
How long does an individual call take to process? Is there any contention on external resources etc.?

1 solution

0) What does a request trigger on your web site?

1) Why aren't you using a web service for this?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900