Languages
[Edit]
EN

Java thread / concurrency - request for article

5 points
Created by:
Kara
541

Java - thread / concurrency 

  • race condition
  • busy wait - make wiki post - snippet
    https://dirask.com/snippets/What-is-busy-waiting-DLvKEj
  • IO bound vs CPU bound
  • java.util.concurrent.Future
  • ExecutorService / ThreadPoolExecutor
  • wait, notify, notifyAll
  • synchronized keyword
  • volatile keyword
  • ThreadLocal
  • how to kill Thread
  • into to Thread Pools
  • Runnable vs Callable
  • difference between wait and sleep
  • Thread.join
  • monitor
  • java memory model
  • happens before
  • fork join pool framework
  •  
  •  

Libs for concurrency:

  • spring
  • guava
  • apache commons concurrent
  • awaitility

  • Java - create thread
  • Java - stop thread
  • Java - synchronize threads
  • Java - wait until thread stops / ends
  • Java - set thread name
  • Java - get thread name
  • Java - get current thread object / reference
  • Java - change thread priority
  • Java - end thread with program (with main thread)
  • Java - assign variable to thread
  • Java - share object between multiple threads
  • Java - synchronize method vs synchronize this
  • Java - my thread uses 100% CPU, how to reduce it
  • Java - sleep thread
  • Java - break / stop sleep function
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Java concurrency

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join