Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using WCF

I have a question. When i request any function or method it should come from server.. when we are testing in svcutil When i am passing message if server is busy. It should wait for some time . Server to become available.

what type of binding should use. please tell me
Posted

1 solution

Choice of "WCF Binding" is based on "Transport Protocol" which you want to use for communication between your WCF Service and Client Application.

This link has in depth information on "WCF Bindings".
WCF Bindings

Your concern/intention seems to be with Availability of your Service for multiple incoming requests. WCF provides a very good feature for this, and it is - "WCF Throttling".

This is one of the very good Article on "WCF Throttling".
WCF Throttling
 
Share this answer
 
Comments
Mehdi Gholam 20-Oct-11 10:25am    
My 5!
RaisKazi 20-Oct-11 10:31am    
Thank you Mehdi.

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