Performance

  • submit to reddit

Dev of the Week: Peter Lawrey

Every week, we feature a new developer/blogger from the DZone community here and in our newsletter, catching up to find out what they're working on...

0 replies - 338 views - 03/20/13 by Eric Gregory in Articles

AutoCloseable JMS 2 Resources

As the Java EE 7 release date draws closer, blogs and articles covering the new features are beginning to roll in. In a brief blog entry, John...

0 replies - 1620 views - 03/18/13 by Reza Rahman in Articles

It ain't just reds and greens: Automated Acceptance Testing and quaternary test outcomes

Although they seem simple enough on the surface, test outcomes are actually quite complicated beasts. Traditional unit tests, and basic TDD tests, have...

0 replies - 1345 views - 03/13/13 by John Ferguson Smart in Articles

Video: CPU Caches

 Caches are used in many layers of applications that we develop today, holding data inside or outside of your runtime environment, or even distributed...

0 replies - 2204 views - 03/08/13 by Allen Coin in Articles

Hunting Down Memory Leaks: a Case Study

A week ago I was asked to fix a problematic webapp suffering from memory leaks. How hard can it be, I thought – considering that I have both seen...

0 replies - 1243 views - 03/06/13 by Nikita Salnikov... in Articles

Upgrading ColdFusion To Java 7

ColdFusion 10 shipped with Java version 6 (also referred to as JRE 1.6). And until recently, ColdFusion 9 and 10 users had to use Java 6 and could not upgrade...

0 replies - 1285 views - 03/05/13 by Ben Forta in Articles

Simplifying low latency services

Overview Java Chronicle is a persisted, inter process messaging system which isvery fast when used in a low level way.  However, if you don't...

0 replies - 2786 views - 03/04/13 by Peter Lawrey in Articles

Low latency services

Overview Low latency services are designed to be as simple as possible.  All the same it is good to a have a picture of the...

0 replies - 2077 views - 03/02/13 by Peter Lawrey in Articles

How I Learned to Stop Worrying and Love TestNG

Think back to your early 20′s. Remember going out on Halloween or New Year’s Eve? No sooner do you walk into a bar than someone in your group starts...

4 replies - 1902 views - 03/02/13 by Sarah Goff-dupont in Articles

How to Execute Something Multiple Times in Java

When writing unit / integration tests, you often want to execute something multiple times, with different configurations / parameters / arguments every...

6 replies - 5583 views - 02/28/13 by Lukas Eder in Articles

Performance Java Training Details

I have created a group for announcements and discussions regarding Higher Frequency Trading's Java Training. HFT Java Training discussion group This...

0 replies - 2465 views - 02/26/13 by Peter Lawrey in Articles

ScaleBase Overview – Your complete scale out partner

ScaleBase Overview – Your complete scale out partner Watch the Video below to learn how to scale out your MySQL Database with ScaleBase. Cost-effectively...

0 replies - 114 views - 02/22/13 by Kelley Gemma in Uncategorized

How One Startup Uses Scala to Handle Exponential Growth

Lucidchart is a startup with an interesting story to tell about migrating from a PHP framework to Scala, and dealing with the growing pains of scaling to...

0 replies - 3944 views - 02/21/13 by Allen Coin in Articles

Performance Java Training

 I am looking to provide "Master Class" Java training for developers of high throughput and low latency systems based on my experience in designing and...

0 replies - 5448 views - 02/20/13 by Peter Lawrey in Articles

Introduction to JCache JSR 107

Resin has supported caching, session replication (another form of caching), and http proxy caching in cluster environments for over ten years. When you use...

2 replies - 3354 views - 02/13/13 by Bill Digman in Articles