I've written a program that consists of 3 threads: 2 threads that do something useful, and the 3rd to print the progress to the console. Does a progress-printing thread have a specific name, and if so, what name does it have?
Asked
Active
Viewed 45 times
2 Answers
0
I don't think there is any convention for this. What language are you working in?

Cargo23
- 3,064
- 16
- 25
-
Thanks for your quick reply! I used C for this program. – ArchLinux May 04 '12 at 11:48
0
I would probably just call it 'logging', after all, the console output could easily be redirected into a file.

Martin James
- 24,453
- 3
- 36
- 60