Does anyone know much about multi-threading in Foxpro?
I have a program that evaluates a table with articles in it against another table with various keywords. I scan over the articles, and search for keyword matches. This process, at times, can become very time-consuming, so I've been trying to improve performance by running the program in multiple threads - each thread focusing on its own subset of articles.
I've been trying to use MTmyVFP found at Once I install it, I ran the example they provide. It appears to work, but ThreadLog.dbf does not update.
Are there any other solutions out there for multi-threading in Foxpro?
I have a program that evaluates a table with articles in it against another table with various keywords. I scan over the articles, and search for keyword matches. This process, at times, can become very time-consuming, so I've been trying to improve performance by running the program in multiple threads - each thread focusing on its own subset of articles.
I've been trying to use MTmyVFP found at Once I install it, I ran the example they provide. It appears to work, but ThreadLog.dbf does not update.
Are there any other solutions out there for multi-threading in Foxpro?