Hello...
Read this:
More precision about my efficient Threadpools that scale very well,
my Threadpools are much more scalable that the one of Microsoft,
in the workers side i am using scalable counting networks to
distribute on the many queues or stacks, so it is scalable
on the workers side, on the consumer side i am also using
lock striping to be able to scalable very well, so
it is scalable on those parts, on the other part that is
work stealing, i am using scalable counting networks,
so globally they scales very well, and since work stealing is "rare"
so i think that my efficient Threadpools that scale very well
are really powerful, and they are much more optimized and the scalable
counting networks eliminate false sharing, and they work with Windows
and Linux
And i have updated the html tutorials inside the zip files, please read
them.
You can download them from:
https://sites.google.com/site/aminer68/an-efficient-threadpool-engine-that-scales-very-well
and from:
https://sites.google.com/site/aminer68/an-efficient-threadpool-engine-with-priorities-that-scales-very-well
Thank you,
Amine Moulay Ramdane.