I'm making a Windows Service which spawns an undertermined number of threads and a Windows Application that reports the status of each thread. By status I mean stuff that I could only get by "polling" the thread and receiving some details that I want for instance:
Thread #1 is iterating through a list of clients and recording their data, there are 200 clients and the thread knows this, but my windows application does not. I want to be able to "ask" the thread how many client there are total and what client number it is currently recording.
is this possible?
Best Regards,
Nathan Martini
Thread #1 is iterating through a list of clients and recording their data, there are 200 clients and the thread knows this, but my windows application does not. I want to be able to "ask" the thread how many client there are total and what client number it is currently recording.
is this possible?
Best Regards,
Nathan Martini