M
Michael
I have an application that monitoring some directories.
When new file arrives my application importing that file into database (very
long process)
I want to rewrite this application to multithread application so if multiple
files arrive at the same time the directory monitor should start new thread
for each file . I don't need any feedback from importing routine (all
information about flow stored into log file).
I am looking for some samle application that have similar functionality or
some online tutorial / article on this subject.
Also I have a question:
What happens to class/method that run on separate thread if starting
applications closed?
Thanks you,
Michael
When new file arrives my application importing that file into database (very
long process)
I want to rewrite this application to multithread application so if multiple
files arrive at the same time the directory monitor should start new thread
for each file . I don't need any feedback from importing routine (all
information about flow stored into log file).
I am looking for some samle application that have similar functionality or
some online tutorial / article on this subject.
Also I have a question:
What happens to class/method that run on separate thread if starting
applications closed?
Thanks you,
Michael