| Author |
Message |
micah.a.smith
Joined: 14 Sep 2010 Posts: 2
|
Posted: Tue Sep 14, 2010 2:34 pm Post subject: What is "waiting for synchronization"? |
|
|
| I'm trying to profile my website and "waiting for synchronization" is what is taking up most of the time... how do i find what is causing this? |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6369 Location: Red Gate Software
|
Posted: Tue Sep 14, 2010 4:38 pm Post subject: |
|
|
Thanks for your post. Troubleshooting synchronization is the same as troubleshooting a proper method in that you can use the call graph to find all of the methods that fed into that. For instance, thread.Abort, WaitHandle.WaitOne, and other synchronization methods will contribute to this.
I would assume that this is just because web applications are sending data out on different threads and setting up wait-states that end when all of the data has been sent or recieved, so it may or may not be important. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group