Hello,
I would like to consult about thread usage in my application.
I got a console application which is activating a process and I need to
update a log file during this process. My question is : do I need to use
another thread for updating th log or can i do it in the same thread
with the console application?
Thank u!
*** Sent via Developersdex http://www.developersdex.com ***
I would like to consult about thread usage in my application.
I got a console application which is activating a process and I need to
update a log file during this process. My question is : do I need to use
another thread for updating th log or can i do it in the same thread
with the console application?
Thank u!
*** Sent via Developersdex http://www.developersdex.com ***
Comment