V
verenadoll
Hello NG,
in my application i log many events or functions (with duration time)
in a text file, so that i can reproduce if an exception was fired. It
works fine.
Now i want to use a thread (or many threads) for writing into the
text
file to get better performance. But i have no experience using
thread.
What will i have to use? ThreadPool or Queue or ThreadWrapperBase?
Maybe someone has an example for me?
Regards, Verena
in my application i log many events or functions (with duration time)
in a text file, so that i can reproduce if an exception was fired. It
works fine.
Now i want to use a thread (or many threads) for writing into the
text
file to get better performance. But i have no experience using
thread.
What will i have to use? ThreadPool or Queue or ThreadWrapperBase?
Maybe someone has an example for me?
Regards, Verena