S
Sehboo
I have written code which uses recursion to go throuh directory
stucture to search for a file. It works fine. The only problem is
that it is slow. I want to use more then one thread to do that. I am
not sure how to achieve it. I know how threading works but not sure
how to incorporate that in recursion.
Does anybody has a simple code which does that?
Thanks
stucture to search for a file. It works fine. The only problem is
that it is slow. I want to use more then one thread to do that. I am
not sure how to achieve it. I know how threading works but not sure
how to incorporate that in recursion.
Does anybody has a simple code which does that?
Thanks