Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a WCF application (vb) which works fine but when a user requests information while the server is doing a call to another user, everybody hangs!
Posted

1 solution

Hi,
It would be really helpfull, if you give us some more details about the application in terms of your wcf configurations.

However it would be good if you check these points

Possible blockers -

1) AT client side - Are you disposing the proxy instance , if not it will act as the bottleneck - Once your service throttling entry exceeds

2) If InstanceContext Mode is Singleton and at Client side if you are not disposing the proxy, then the subsequent request will be blocked...

Regards,
-Vinayak
 
Share this answer
 
Comments
vinayakshenoy2000@gmail.com 10-Aug-10 23:20pm    
Reason for my vote of 5
Good eye opener pointers - Thanks

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