jvm

TechCast #86 – Monica Beckwith and Jamie Allen on Java Performance Tuning

On the show today, Java Performance tuning expert Monica Beckwith. Monica worked at Sun and Oracle as a performance engineer, and contributed a lot of optimizations and tuning advice to the JDK Hotspot team. She is an Performance Tuning consultant today, working on advising clients on how to best balance aspects such as throughput, latency, … Read More

Philly ETE Screencast #8 – The Future of the JVM – Panel Discussion

ARVE error: loop not valid

ARVE error: autoplay not valid

From the abstract: “In today’s production environments, tremendous amounts of work can be performed on servers running the JVM with dozens of cores, yet in just a few years we could have machines that have thousands of cores. Parallelizing work in such a “manycore” environment is a hot topic, as is managing concurrency with so … Read More

Philly ETE Screencast #5 – Charlie Hunt – The Fundamentals of JVM Tuning

ARVE error: loop not valid

ARVE error: autoplay not valid

When you are faced with the challenge of tuning JVM, you can find a wide variety information. Yet, almost always the information is rather specific in the type of tuning, or specific to a type of problem. Seldom can you find information that tells abstracts the details into a higher level and simplifies it into … Read More

A Guiding "Light" to Learning Clojure

I’ve recently started learning Clojure after a little encouragement from co-worker of mine.  I’ve been developing in Java for a while now and spent the last 1 1/2 years with Groovy.  The Groovy experience was great and the use of closures certainly “whet my appetite” for functional programming. Ok, for me, when I learn something … Read More