-
Recent Posts
Recent Comments
- mackdaniel on AIX Security Hardening Script
- admin on AIX Security Hardening Script
- badmash on AIX Security Hardening Script
- Laura on AIX Security Hardening Script
- poker spielen on AIX Security Hardening Script
Archives
Categories
Meta
Category Archives: J2EE
Infrastructure as a Service (IaaS) – Why? What about security? What about SOA?
IaaS or “Infrastructure as a Service” is a concept and frequently offered product in the Cloud Computing space that currently appears to have as much pervasiveness as any of the other service types. Continue reading
Posted in Architecture, Cloud Computing, J2EE, Java, Linux, Oracle
Tagged Cloud, hypervisor, IaaS, PaaS, SaaS, Security, SOA
Comments Off
Error Checking vs. Exception Trapping
With the increased popularity of older object oriented languages, and the increased pervasiveness of newer ones there is also an increased practice of using exceptions in place of checking return values. This is commonly seen in J2EE apps, and increasingly … Continue reading
Fewer Large (heap size) JVMs vs Several Smaller JVMs
In the world of J2EE applications and their associated architectures, there is frequently a debate about the number and heap size of the JVMs to be used. The performance and resource “sweet spot” is highly dependent on the application and … Continue reading
[CheapHA-HPC] A Different Slightly Approach To Grid Computing
I’ve been working with a customer that has a surprisingly common workload – document management & processing, as well as very common constraints – no development staff with parallel programming (MPI, etc) expertise, no time to build a completely new … Continue reading
Posted in Cloud Computing, J2EE, Java, Linux, Sizing, Storage, Tuning, VMWare, [CheapHA-HPC]
Tagged Cloud Computing, NAS, Performance
Comments Off
[CheapHA-HPC] Part 1 – First Steps
This is part 1 in a multipart adventure into cost-efficient supercomputing and high availability. By now you’ve probably heard of Beowulf Linux clusters, HPC clusters made from PlayStations, the monsters listed at http://www.top500.org/, Amazon’s EC2/S3, and the like. Well, what … Continue reading