Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 42147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:17:33+00:00 2026-05-10T15:17:33+00:00

We have a Windows Service written in C#. The service spawns a thread that

  • 0

We have a Windows Service written in C#. The service spawns a thread that does this:

private void ThreadWorkerFunction() {   while(false == _stop) // stop flag set by other thread   {     try     {       openConnection();        doStuff();        closeConnection();     }     catch (Exception ex)     {       log.Error('Something went wrong.', ex);        Thread.Sleep(TimeSpan.FromMinutes(10));     }   } } 

We put the Thread.Sleep in after a couple of times when the database had gone away and we came back to 3Gb logs files full of database connection errors.

This has been running fine for months, but recently we’ve seen a few instances where the log.Error() statement logs a ‘System.InvalidOperationException: This SqlTransaction has completed; it is no longer usable’ exception and then never ever comes back. The service can be left running for days but nothing more will be logged.

Having done some reading I know that Thread.Sleep is not ideal, but why would it simply never come back?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T15:17:33+00:00Added an answer on May 10, 2026 at 3:17 pm

    Dig in and find out? Stick a debugger on that bastard!

    I can see at least the following possibilities:

    1. the logging system hangs;
    2. the thread exited just fine but the service is still running because some other part has a logic error.

    And maybe, but almost certainly not, the following:

    • Sleep() hangs.

    But in any case, attaching a debugger will show you whether the thread is still there and whether it really has hung.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 165k
  • Answers 165k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You should be able to do this by simply replacing… May 12, 2026 at 1:10 pm
  • Editorial Team
    Editorial Team added an answer here is a great article for removing that cursed outline… May 12, 2026 at 1:10 pm
  • Editorial Team
    Editorial Team added an answer The point of the rule that there should be no… May 12, 2026 at 1:10 pm

Related Questions

I am working on a new licensing system for our companies software. We are
I have a project comming my way: devices with their own system written in
We have a C# Windows service polling a folder waiting for an FTP’ed file
I'm writing (in C# with .NET 3.5) an administrative application which will poll multiple

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.