Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

About Thread Pool Engine ...

aminer10
Novice
594 Views


Hello,

Skybuck wrote about my Thread Pool Engine:

>[..]
>1. Delete your thread pool, because it's junk.
>2. Write a serious/big application that uses many threads,
> and simply derive from TThread to see how easy it is.

also Skybuck wrote about my Thread Pool Engine:

> Your code seems too complex for something as simple as running
> a few threads ! ;)
>
> Bye,
> Skybuck :)


I have designed my Thread Pool Engine for 'scalability',
it uses my Lock-free ParallelQueue:

http://pages.videotron.com/aminer/parallelqueue/parallelqueue.htm

etc.

So it is very efficient.

Also, WHEN the consumers/workers are doing their jobs ,
the producers can still do their jobs 'asychronously' and 'push'
their items/jobs in the queue - WHILE the workers/consumers are
doing their jobs - so , with Thread Pool Engine you can use
efficiently your multicores..

http://pages.videotron.com/aminer/threadpool.htm


Hence , my Thread Pool Engine is efficient and useful.


Sincerely,
Amine Moulay Ramdane.


0 Kudos
0 Replies
Reply