I had this problem with several different C # applications. These are all useful programs that I wrote to make my life easier as an administrator. Things like moving data between database servers.
They print their current step on the console (old versions through System.Console.WriteLine (), newer through log4net ConsoleAppender), so I always run them from the command line. However, they often seem to be pauses in random intervals, until I hit several times. I notice that they are paused because the step, which usually takes a second or two, has been on the screen for a long time. After entering the game, things begin to process normally for a while.
Why is this? How can i fix this?
source share