From what I can see, passing parameters to a threaded procedure is done through a structure. In the sample code on the linked page, it shows a person's name, age and phone number being passed in that way. I just wanted to check if this is the only way, before I begin making changes.
Also what are the limits in terms of numbers of concurrent threads? Is this a function of the processor? In the below AMD specs, it refers to number of threads. I'm not sure if this is the same thing, although I know that cores refers to processors. Thanks for any information on this.
Code: Select all
AMD Ryzen 5 7600X AMD Ryzen 7 7700X AMD Ryzen 9 7900X
Cores 6, Threads 12 Cores 8, Threads 16 Cores 12, Threads 24