Guest User

Untitled

a guest
May 24th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. [ServiceBehavior( InstanceContextMode = InstanceContextMode.PerCall, ConcurrencyMode = ConcurrencyMode.Multiple )]
  2.  
  3. <serviceThrottling maxConcurrentCalls="50" maxConcurrentSessions="50" maxConcurrentInstances="50" />
  4.  
  5. 0:000> !mdt 0000000000c9f270 -r
  6. 0000000000c9f270 (System.ServiceModel.Dispatcher.ServiceThrottle)
  7. calls:0000000000c9f3d8 (System.ServiceModel.Dispatcher.FlowThrottle)
  8. capacity:0x32 (System.Int32)
  9. count:0x32 (System.Int32)
  10. mutex:0000000000c9f418 (System.Object)
  11. <NO FIELDS>
  12. release:0000000000c9f398 (System.Threading.WaitCallback)
  13. _target:0000000000c9f270 (System.ServiceModel.Dispatcher.ServiceThrottle)
  14. <RECURSIVE>
  15. _methodBase:NULL (System.Reflection.MethodBase)
  16. _methodPtr:0000064273dddf30 (System.IntPtr)
  17. _methodPtrAux:0000000000000000 (System.IntPtr)
  18. _invocationList:NULL (System.Object)
  19. _invocationCount:0000000000000000 (System.IntPtr)
  20. <NO FIELDS>
  21. waiters:0000000000c9f430 (System.Collections.Generic.Queue`1[[System.Object, mscorlib]])
  22. _array:0000000028d73e70 (System.Object[], Elements: 16)
  23. _head:0x1 (System.Int32)
  24. _tail:0xA (System.Int32)
  25. _size:0x9 (System.Int32)
  26. _version:0x22 (System.Int32)
  27. _syncRoot:NULL (System.Object)
  28. propertyName:0000000000c9f2b8 (System.String: "MaxConcurrentCalls")
  29. configName:0000000000c9f358 (System.String: "maxConcurrentCalls")
  30. sessions:0000000000c9f508 (System.ServiceModel.Dispatcher.FlowThrottle)
  31. capacity:0x32 (System.Int32)
  32. count:0x9 (System.Int32)
  33.  
  34. ....
  35.  
  36. instanceContexts:000000000105ffc8 (System.ServiceModel.Dispatcher.FlowThrottle)
  37. capacity:0x32 (System.Int32)
  38. count:0x32 (System.Int32)
Add Comment
Please, Sign In to add comment