Walk on the web flow

the goal is to leave some links that seem interesting to me (but also to share them)

Home TagCloud All Posts
View on GitHub
19 December 2017

Zoom on java multithreading

by snonov

Par le menu

Pour se tester :

https://www.journaldev.com/1162/java-multithreading-concurrency-interview-questions-answers

Une introduction rapide :

https://www.guru99.com/multithreading-java.html

Threads in JVM: managing, observing and diagnosing
https://vimeo.com/291453280

2 personnes à suivre sur le sujet :

Le coeur : API java.util.concurrent

(curieux de savoir si quelqu’un utilise le Phaser sur son projet http://www.baeldung.com/java-phaser

Le Java Memory Model

Introduction memory barrier

https://www.infoq.com/articles/memory_barriers_jvm_concurrency

Un classique la spec de la JVM (the hard way)

Dans les manière de faire, la programmation lock free pour une introduction

Non blocking IO

programmation réactive

Bonus, les changements en Java 9 (slides 10, 11, 18, 21 sur contend locking JEP143, 24, 27)

https://fr.slideshare.net/SimonRitter/55-new-features-in-jdk-9

tags: Java - Multithreading - Zoomon