Which Java VM scales best? - JavaWorld - August
1998
Which Java VM scales best? - JavaWorld - August
1998 |
Accelerate your Java apps! - JavaWorld - September 1998
Accelerate your Java apps! - JavaWorld - September 1998 |
Use a RandomAccessFile to building a low-level database - JavaWorld January
1999
Use a RandomAccessFile to building a low-level database - JavaWorld January
1999 |
Accelerate your RMI
programming
Accelerate your RMI
programming |
Diagnose common runtime problems with
hprof
Diagnose common runtime problems with
hprof |
Pick up
performance with generational garbage
collection
Pick up
performance with generational garbage
collection |
Java scripting languages: Which is
right for you?
Java scripting languages: Which is
right for you? |
Java Tip 130: Do you
know your data
size?
Java Tip 130: Do you
know your data
size? |
Sort it
out
Sort it
out |
J2SE 1.4.1
boosts garbage
collection
J2SE 1.4.1
boosts garbage
collection |
Into the mist of
serializaton
myths
Into the mist of
serializaton
myths |
Profiling the
profilers
Profiling the
profilers |
Tuning garbage collection in the HotSpot JVM
Packing 100 megabytes of garbage into a 50 megabyte bag. |
Berkeley DB, Java Edition I: The Basics
The original version of Berkeley DB is written in C. This means that, up until now, if a Java programmer wanted to use Berkeley DB, she would have to use some sort of translation layer (for example, JNI) to handle the communication between Java and Berkel |
Garbage Collection in the Java HotSpot Virtual Machine
Garbage Collection in the Java HotSpot Virtual Machine
Gain a better understanding of how garbage collection in the Java HotSpot VM works, and learn to take full advantage of it when designing, developing, and deploying your Java applications. |
HeapAnalyzer
What is HeapAnalyzer?
HeapAnalyzer allows the finding of a possible JavaTM heap leak area through its heuristic search engine and analysis of the Java heap dump in Java applications.
Java heap areas define objects, arrays, and classes.
|
Memory Contention in J2EE Applications for Multiprocessor Platforms
Memory Contention in J2EE Applications for Multiprocessor Platforms.
With the need for highly scalable J2EE applications in the enterprise environment, parallel processing of threads is required on multi-processor platforms. The memory requirements in th |
Gain SQL SELECT functionality in Java
Gain SQL SELECT functionality in Java
Summary
In "Filter Collections," David Rappoport described a simple way to filter collections of objects. In this article, he expands on this idea and shows you how to treat an array or a collection of objects the s |
Commons Transaction
Commons Transaction aims at providing lightweight, standardized, well tested and efficient implementations of utility classes commonly used in transactional Java programming. Initially there are implementations for multi level locks, |
HPROF: A Heap/CPU Profiling Tool in J2SE 5.0
Having performance problems with your Java Application? Using too much Java heap space and don't know why? Sometimes simple software tools are all that's needed. |
|
|