Performance
-
Enterprise Java
Introduction to BTrace for Java applications
The aim of this article is to learn how to dynamically trace/observe running Java applications (JDK 6+) using BTrace without…
Read More » -
Software Development
HOWTO: Increase performance in your application
If there’s one thing that developers hate it’s seeing your piece of code becoming a performance hog. That piece of…
Read More » -
Core Java
Java High CPU troubleshooting guide – part 1
This article is part 1 of a series that will provide you with a comprehensive guide on how you can…
Read More » -
Enterprise Java
MongoDB performance testing
So, this morning I was hacking around in the mongo shell. I had come up with three different ways to…
Read More » -
Software Development
Application Performance and Antipatterns
Any application you pick up, there are some issues – big or small. There will be copy-paste code, mistakes, algorithms…
Read More » -
Software Development
High Performance Webapps – Data URIs
I continue to write tips for perfomance optimization of websites. The last post was about jQuery objects. This post is…
Read More » -
Enterprise Java
JMeter: Load Testing Relational Databases
Apache JMeter is a performance testing tool which is entirely written in Java. Any application that works on request/response model…
Read More » -
Software Development
Building High Performance Applications
Performance is one word which is used to describe multiple scenarios’ when talking about the application performance. When someone says,…
Read More » -
Enterprise Java
Hibernate Performance Tips: Dirty Collection Effect
After 8 years developing server and embedded applications using Hibernate as ORM, squeezing my brain seeking solutions to improve Hibernate…
Read More »