Hello,
My unit that implements processor groups on windows
I have implemented a unit that implements processors groups,
this unit contains a class that easy for you to support
processor groups on windows that allows you to use more than
64 logical processors on windows, this class
doesn't exist in C++, i have implemented it in Object Pascal
with the Delphi and FreePascal compilers.
Please look inside the zip file of the Threadpool engine
that scales well , its source code is inside the ProcessorGroups.pas
file.
To know how to use it, please look at the test2.pas example
inside the zip file and look inside the source code to
understand more my class.
You can download it from here:
https://sites.google.com/site/aminer68/an-efficient-threadpool-engine-that-scales-well
Thank you,
Amine Moulay Ramdane.