Java concurrency, Thread priority

Source: Internet
Author: User

1  Packagecom.xt.thinks21_2;2 3 ImportJava.util.concurrent.ExecutorService;4 Importjava.util.concurrent.Executors;5 6 /**7 * Java Thread-priority test8  * 9  * @authorAdministratorTen  * One  */ A  Public classThreadprioritytestImplementsRunnable { -     Private intCountdown = 5; -     Private intPriority ; the     Private volatile DoubleD; -  -      PublicThreadprioritytest (intPriority ) { -          This. Priority =Priority ; +     } -  + @Override A      PublicString toString () { at         //TODO auto-generated Method Stub -         returnThread.CurrentThread () + ":" +Countdown; -     } -  - @Override -      Public voidrun () { in         //TODO auto-generated Method Stub - Thread.CurrentThread (). SetPriority (priority); to          while(true) { +              for(inti = 0; i < 10000000; i++) { -D + = (Math.PI + MATH.E)/(Double) I; the                 if(i% 1000 = = 0) * Thread.yield (); $             }Panax NotoginsengSystem.out.println ( This); -             if(--countdown = = 0) the                 return; +         } A     } the  +      Public Static voidMain (string[] args) { -Executorservice es =Executors.newcachedthreadpool (); $          for(inti = 0; I < 5; i++) $Es.execute (Newthreadprioritytest (thread.min_priority)); -Es.execute (Newthreadprioritytest (thread.max_priority)); - Es.shutdown (); the     } -}

Setting thread priority can effectively adjust the order of thread Execution (irregular) when the thread executes time-consuming operations internally.

Java concurrency, Thread priority

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.