Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
715 views

In my C# program, I have a thread that represents a running test, which can be aborted by a click on a button labeled "Interrupt execution". In order for the thread (and therefore the test) to ...
7 votes
5 answers
5k views

I once was asked to increase thread priority to fix a problem. I refused, saying that changing it was dangerous and was not the root cause of the problem. My question is, under what circumstannces ...
5 votes
6 answers
800 views

I am sure a responsive UI is something that everyone strives for and the reccomended way to do stuff is to use the BackgroundWorker for this. Do you find it easy to work with ? Do you use it often ? ...
9 votes
5 answers
540 views

How do you make your application multithreaded ? Do you use asynch functions ? or do you spawn a new thread ? I think that asynch functions are already spawning a thread so if your job is doing just ...

1
2818 2819 2820 2821
2822