0
votes
7answers
449 views
c# thread starts from debugger, but won’t start stand-alone
Hi,
I've got a small app that searches for and stores the names of a large number of files at start-up. I'm splitting this search into several Thread objects that each search one directory …
1
vote
2answers
95 views
recording all the files in a large directory
Hi,
I've got a number of directories with a large number of files in them (~10,000). I want to create a list of these files in my app, and have already threaded the io access so that the a …
1
vote
c# thread starts from debugger, but won’t start stand-alone
It appears I mis-understood the code I cut-and-paste'd to create my threading code. I assumed the while(!t.isAlive){} line was blocking until the thread could properly start itself, and thought it …
