Performance

  • submit to reddit

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 - 308 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 - 4441 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 - 5974 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 - 4334 views - 02/13/13 by Bill Digman in Articles

Building and Scaling PDFTribute

It’s probably easiest to see how PDFTribute.net started from the storify shown below. My good friend, Patrick Socha, so moved by the outpouring of data...

0 replies - 6398 views - 02/08/13 by Tom O'connor in Articles

10 Groups of Software Quality Factors That Should Always Be Remembered

  Flexibility and Extensibility:  Flexibility is the ability of software to add/modify/remove functionality without damaging current system....

0 replies - 5823 views - 02/07/13 by Cagdas Basaraner in Articles

How to compress and uncompress a Java byte array using deflater/inflater

If you ever came across the requirement to store binary data somewhere (e.g. filesystem or database) it might be handy to compress those data. Besides the...

2 replies - 4229 views - 02/06/13 by Ralf Quebbemann in Articles

Sending Email With Java (Beware)

I turn on debugging to trace what’s going on. All looks good but one email bounces back after a day and some hotmail and gmails just vanish. To test a...

3 replies - 3296 views - 02/02/13 by Tim Spann in Articles

10 Web Peformance Tuning Tricks

Richard Campbell - Ten Web Performance Tuning Tricks in 60 Minutes from NDCOslo on Vimeo. Join Richard Campbell as he opens up his web performance tuning...

0 replies - 4808 views - 02/01/13 by Mitch Pronschinske in Articles

The Days of Shell and Rational Roses

This post  reminded me of why UNIX and combining simple single function programs together made UNIX (and Linux) so amazing. My first college CGI and my...

2 replies - 2299 views - 01/29/13 by Tim Spann in Articles

Lean distribution of ActiveMQ

I saw a question on the mailing list asking for a simple, stripped-down, version of ActiveMQ. The default distribution and all of its runtime dependencies come...

0 replies - 1598 views - 01/29/13 by Christian Posta in Articles

Java concurrency: the hidden thread deadlocks

Most Java programmers are familiar with the Java thread deadlock concept. It essentially involves 2 threads waiting forever for each other. This...

0 replies - 2088 views - 01/28/13 by Pierre - Hugues... in Articles

How aggressive is method inlining in JVM?

Ctrl + Alt + M is used in IntelliJ IDEA to extract method. Ctrl + Alt + M. It's as simple as selecting a piece of code and hitting this combination. Eclipse...

1 replies - 2827 views - 01/28/13 by Tomasz Nurkiewicz in Articles

Suffering-Oriented Programming

While exploring the Flume architecture, I came across a presentation called 'Become Efficient or Die: The Story of BackType' that coined a new term -...

0 replies - 3880 views - 01/25/13 by Nishant Chandra in Articles

Resolving a HSQLDB Exception in Hibernate 4

Recently I was trying to have a small working PoC on a multi-tenancy in Hibernate 4. All the Hibernate 4 dependencies were declared in the pom.xml...

0 replies - 2109 views - 01/24/13 by Jagannathan Asokan in Articles