In-Memory Data Grid – Hazelcast

Hazelcast is an open source clustering and highly scalable data distribution platform for Java, which is: Lightning-fast; thousands of operations/sec. Fail-safe; no losing data after crashes. Dynamically scales as new servers added. Super-easy to use; include a single jar. Hazelcast is pure Java. JVMs that are running Hazelcast will dynamically cluster. Although by default Hazelcast …

Continue reading ‘In-Memory Data Grid – Hazelcast’ »

ppss – (Distributed) Parallel Processing Shell Script – parallel processing made easy! – Google Project Hosting

PPSS is a Bash shell script that executes commands, scripts or programs in parallel. It is designed to make full use of current multi-core CPUs. It will detect the number of available CPUs and start a separate job for each CPU core. It will also use hyper threading by default. via ppss – (Distributed) Parallel …

Continue reading ‘ppss – (Distributed) Parallel Processing Shell Script – parallel processing made easy! – Google Project Hosting’ »