News

I should be guaranteed that the monitor is released when code exits a synchronized method, but something isn't quite right here, and I don't know anything about the internals of how object ...
Learn techniques that take the guesswork out of safe multithreaded programming, then get started with a free, Java-based monitor package that automates assertion checking during execution.
Java object serialization is a feature of the JDK that is far too often overlooked. When a developer puts together a prototype or cooks up a proof of concept, simply saving a serialized Java object to ...
JDK 5.0 and JDK 6.0 include the Java Monitoring & Management Console tool, also known as JConsole. Read about JConsole's usage options, and find out how JConsole changed from JDK 5 to JDK 6.
Anturis' latest solution enables users to optimize their Java applications with Anturis Java Virtual Machine (JVM) monitoring. Anturis 2.0 also features Parallels Plesk Uptime monitoring capabilities.
NSClient4j is a pure Java API that provides simple and quick access to Windows Performance Monitor (WPM) statistics. These statistics prove invaluable for monitoring your Windows servers and ...
I need to figure out a way to convert a user defined type to a byte array and be able to reconstruct that type from the byte array. So far, what I came up with was to convert each variable in the ...