Click here to Skip to main content
15,890,512 members
Articles / General Programming / Debugging

Diagnosing a Windows Service timeout with PerfView

Rate me:
Please Sign up or sign in to vote.
4.80/5 (3 votes)
2 Sep 2015MIT5 min read 11K   4  
Today I would like to share with you an interesting (I hope) diagnostics case in one of our system services. The IngestService (that is its name) was not starting properly for the first time – it was being killed because of exceeding the default 30s timeout.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior)
Poland Poland
Interested in tracing, debugging and performance tuning of the .NET applications.

My twitter: @lowleveldesign
My website: http://www.lowleveldesign.org

Comments and Discussions