by Uwe Meding Java 7 introduced some great additions to the standard API in the NIO packages that allow direct interaction with the underlying file system operations. The directory...
by Uwe B. Meding Mutex objects and/or semaphores are use to manage resource access contention. In Java, the standard is to use the synchronized guards around critical pieces of cod...
by Uwe Meding I am running a simple cluster with 2 server nodes and a DRBD setup that mirrors a user file system and database. The systems are setup and configured to run unattende...
by Uwe Meding The Interoperable Object Reference (IOR) is at the heart of many operations in the CORBA communications. The content of an IOR describes how to connect to a resource ...
by Uwe Meding The Interoperable Object Reference (IOR) is a key element in the world of CORBA. It refers uniquely to an object on the server. The actual content is typically small ...
by Uwe Meding CORBA may seem like a somewhat odd choice today for Java, however, there are some very nice aspects that make it very compelling. First off, CORBA is a very mature st...
by Uwe Meding Many cloud-based application that are distributed across the internet to accomplish tasks like energy monitoring security applications building management The intern...
by Uwe MedingToday in the Linux (more generally *nix world), secure shell (ssh) access is the most pervasive means of connecting the other systems in the network for command line i...
By Uwe MedingHow to build a cloud computing development environment using commercial off-the-shelf hardware and open-source software. This is a small but powerful setup for cloud-...
Disclaimer: I did not write this, I am simply reposting this. I have lost the information on who wrote it originally. This is a detailed procedure of how to install a cluster of di...