Hello everyone, I'm newbie ax programmer , I want to improved my program by parallelism or multi-threading
I have a large of records and in each record will call a method to check data in each field and if correct will insert to table , It possible to split all records to N parts and send it to threads and run in parallel ?
Now, I try used thread class but it not work , when I ran program threads don't work and can't to debug it.
*This post is locked for comments
I have the same question (0)