Pub House Network
-
Episode 5. Producing and Consuming, ThreadPoolExecutor, and Latency vs Throughput
In this podcast we dive into the age-old producer and consumer problem, talked about the different aspects of it (what does it really solve?), and explain the difference between throughput vs latency. Lastly we discuss the ThreadPoolExecutor and how…
Written by
-
Episode 4. List, Set, Maps, HashCode, Equals and ConcurrentMap! Everything to know about Collections!
In this episode we describe the most used collections in the Java framework, and how can they help you out. We also talk about maps (and the importance of immutable keys), and the equals/hashcode contract (why are these anyways? :). Finally we discuss…
Written by
-
Episode 3. Memory leaks, memory references and garbage collections!
This episode goes deep into memory in Java, understanding how memory leaks happen (and how to solve them!), also how to design to avoid memory leaks, weak and soft references, and how the Garbage collector works (Eden, Tenured, Perm). This podcast…
Written by
-
Episode 2. Deadlock, Livelock, Escaped locks, and wait – notify oh my!
In this episode of Java pub house, we talk about Deadlocks, livelocks (and other spooky things). Most importantly we talk on how to spot them (using jstack, or visualvm), and how to program defensively against them. We also talk about escaped locks…
Written by
-
Episode 1. Volatile, and Synchronized
On this Episode, we talk about the keyword “volatile”, and what does it really mean. Even if you are a multithreading guru, this chapter goes in deep of the different things that volatile protects you from, including L2 caches and code re-ordering. We…
Written by
-
Episode 4 – Sep 2011
The latest headlines in the world of JavaServer Faces and Enterprise Java development.
Written by
-
Episode 3 – Jun 2011
The JSF and Java EE Newscast, hosted by Kito D. Mann and Ian Hlavats, is a monthly podcast that covers the latest headlines in the world of JavaServer Faces and Enterprise Java development.
Written by
-
Episode 2 – Apr 2011
The JSF and Java EE Newscast, hosted by Kito D. Mann and Ian Hlavats, is a monthly podcast that covers the latest headlines in the world of JavaServer Faces and Enterprise Java development.
Written by
-
Episode 1 – Feb 2011
This is the first episode of the JSF and Java EE newscast, hosted by Kito D. Mann and Ian Hlavats.
Written by