![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | WCF throttling Hi~. I've developed wcf service and its configurations settings like these. Host: iis 6.0 binding: wsHttpBinding web.config <reliableSession enabled ="false" /> <serviceThrottling maxConcurrentCalls="2" maxConcurrentInstances="2" maxConcurrentSessions ="2" /> service Code: [ServiceContract(SessionMode=SessionMode.NotAllowed)] [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Single, InstanceContextMode=InstanceContextMode.PerCall)] and in my client, it calls service method like this. try{ proxy.Divide(1,1); proxy.Divide(1,0); // causes divideByZeroException in the service Code }catch(Exception ex){ proxy.Abort(); } When i execute client program , the first 3 client call the service's method normally. But the fourth client's call is blocked. why is that? i know that if i increase throttling settings or just call to proxy.close(); will solve this problem. What i want to know is what blocks my client's call? because my service do not use session, maxConcurrentSessions=2 setting would not bother client's call and Raw .net Exception - in my case DivideByZeroException-would kill service instance, maxConcurrentInstances="2" shouldn't be the problem. please let me know!! thanks |
My System Specs![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EFF Software Helps Track ISP Bandwidth Throttling | echrada | Vista News | 5 | 08-05-2008 01:28 AM |
| Vista and Bandwidth Throttling | John Whitworth | Vista networking & sharing | 2 | 07-12-2008 12:29 PM |
| Bandwidth Throttling | Mike Merrell | Live Folder Share | 0 | 05-29-2008 02:53 PM |
| Memory Throttling? | jamesy | Vista performance & maintenance | 8 | 06-27-2007 11:18 AM |