Status Updates From Java Concurrency in Practice

Java Concurrency in Practice Java Concurrency in Practice
by


Status Updates Showing 991-1,020 of 1,891

order by

Nuno
Nuno is on page 219 of 432
Jan 28, 2019 07:33AM Add a comment
Java Concurrency in Practice

Caroline
Caroline is on page 79 of 432
Chapter 4 - Solid, practical chapter. The contents are a lot more intuitive to me than chapter 3, though. I didn't learn as much.
Jan 24, 2019 05:09PM Add a comment
Java Concurrency in Practice

Oleksandr
Oleksandr is on page 113 of 432
Jan 20, 2019 02:11PM Add a comment
Java Concurrency in Practice

Oleksandr
Oleksandr is on page 79 of 432
Jan 20, 2019 07:42AM Add a comment
Java Concurrency in Practice

Nuno
Nuno is on page 291 of 432
Jan 20, 2019 06:38AM Add a comment
Java Concurrency in Practice

Nuno
Nuno is on page 277 of 432
Jan 16, 2019 04:25PM Add a comment
Java Concurrency in Practice

Oleksandr
Oleksandr is on page 55 of 432
Jan 16, 2019 02:29PM Add a comment
Java Concurrency in Practice

Oleksandr
Oleksandr is on page 33 of 432
Jan 16, 2019 02:07PM Add a comment
Java Concurrency in Practice

Oleksandr
Oleksandr is on page 54 of 432
Jan 16, 2019 02:03PM Add a comment
Java Concurrency in Practice

Caroline
Caroline is on page 55 of 432
To me, the need for safe publication is one of the least intuitive parts of concurrency in Java. I didn't even understand what safe publication was, let alone why I needed it or how to achieve it, before reading this book.
Jan 15, 2019 05:40PM Add a comment
Java Concurrency in Practice

Oleksandr
Oleksandr is on page 15 of 432
Jan 15, 2019 02:55PM Add a comment
Java Concurrency in Practice

Caroline
Caroline is on page 39 of 432
Visibility concerns are a lot less intuitive to me than a need for atomicity. It's hard to remember now, but I'm pretty sure I used to think that if only one thread writes to a variable, and all writes are single step (so the data is never in an inconsistent state, even temporarily), no synchronization is needed. But the variable needs to be volatile if no locking is used. This book has really hammered that home.
Jan 11, 2019 05:10PM Add a comment
Java Concurrency in Practice

Caroline
Caroline is on page 32 of 432
Chapter 2 - I love this chapter! It is really concurrency basics that could apply to most languages, but laid out so clearly.
Jan 08, 2019 12:23PM Add a comment
Java Concurrency in Practice

Caroline
Caroline is on page 28 of 432
"It is a common mistake to assume that synchronization needs to be used only when writing to shared variables" - can confirm. I definitely know better, but I have still forgotten before.
Jan 08, 2019 12:15PM Add a comment
Java Concurrency in Practice

Caroline
Caroline is on page 15 of 432
Haha, you don't have to convince me concurrency is useful and hard. I am sold!
Jan 07, 2019 04:32PM Add a comment
Java Concurrency in Practice