Waiting for synchronization / Waiting for user interaction
rehmanmansoor
Posts: 2
Hi,
Im using ANTS Performance Profiler 7 in out silverlight application and on the from the profile result its showing me Waiting for synchronization or Waiting for user interaction as the method name which cost almost 70% of the processing time .
so can someone guide me why im getting this rather than a method name which is in waiting position or any thing which is meaningful
Thanks is advance
RM
Im using ANTS Performance Profiler 7 in out silverlight application and on the from the profile result its showing me Waiting for synchronization or Waiting for user interaction as the method name which cost almost 70% of the processing time .
so can someone guide me why im getting this rather than a method name which is in waiting position or any thing which is meaningful
Thanks is advance
RM
Comments
Sometimes you may see a thread with nothing but "waiting for synchronization" - that usually indicates some thread pool managed by .NET that has spawned a bunch of threads that just sit there, waiting to be assigned some work.