Hello... 

I have finally implemented an efficient Threadpool engine version 2.0, this 
version is really efficient because you can give priorities to your jobs 
that you will distribute to the Threadpool, and when you give for example a 
high priority for the jobs , the jobs of the high priority will be executed 
faster and the response time will be lower, also when you distribute your 
jobs in a thread and you wait for them, you will wait only for those jobs 
to finish , you will not wait for all the jobs inside the Threadpool engine 
to finish, and that's efficient, other than that my efficient Threadpool 
engine with priorities has given a throughput of 3.2 millions of 
transactions per second and that's great ! 

I have added 3 methods to my efficient Threadpool engine, now you can wait 
for the jobs to finish with the wait() method, please read the HTML 
tutorial inside the zip file to understand more how to use my efficient 
Threadpool engine... 


You can download my efficient Threadpool Engine version 2.0 from: 

https://sites.google.com/site/aminer68/threadpool-with-priorities 



And please click on the small arrow on the right of the zip file to 
download.. 


Thank you, 
Amine Moulay Ramdane. 


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Scalable Synchronization Algorithms" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/lock-free/bc71c589-e027-4da6-84ff-9273aa9af393%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to