Display:
Sorted by Most Recent
01 AUG 05
TAGS
19 SEP 06
Google Research Publication: BigTable SAVE
PEOPLE
Bigtable is a distributed storage system for managing structured data that is designed to scale to a very large size: petabytes of data across thousands of commodity servers.
TAGS
27 NOV 06
Terracotta Tech - Cluster Your JVM To Simplify Application Architecture - Google Video SAVE
PEOPLE
Terracotta DSO acts like network attached memory, sharing critical parts of the JVM ... all » heap across servers. This allows multiple servers to act together in a cluster.
TAGS
13 FEB 07
InfoQ: Introduction to OpenTerracotta SAVE
PEOPLE
Open Terracotta allows threads in a cluster of JVMs to interact with each other across JVM boundaries using the same built-in JVM facilities...
TAGS
15 FEB 07
organgrinder: A Terracotta Cluster on Amazon's Elastic Compute Cloud SAVE
PEOPLE
Over the weekend, I fired up three EC2 instances: one for the Terracotta server and two for running client applications. The two client machines were running our shared work queue example
TAGS
08 OCT 07
Amazon's Dynamo - All Things Distributed SAVE
PEOPLE
Dynamo is internal technology developed at Amazon to address the need for an incrementally scalable, highly-available key-value storage system. The technology is designed to give its users the ability to trade-off cost, consistency, durability and perform
TAGS
03 JAN 08
redhat.com | Cloud Computing with Red Hat Enterprise Linux SAVE
PEOPLE
Cloud computing with Red Hat Enterprise Linux is a web-scale virtual computing environment powered by Amazon Web Services
TAGS
27 JAN 08
InfoQ: Amazon EC2 Gains Favor with JEE and Groovy Developers SAVE
PEOPLE
Using the EC2 API is straightforward, but to make life even simpler Chris Richardson has posted a Groovy framework that can launch MySQL, Apache HTTP Server, a set of Tomcat instances and JMeter, as well as deploying web applications to Amazon's EC2.
TAGS
10 MAR 08
GridGain - Open Source Grid Computing For Java SAVE
PEOPLE
GridGain is focused on doing one thing and doing it better than any other product – providing the best grid computing platform for Java that is fun, simple and productive to use.
TAGS
11 MAR 08
InfoQ: POJO Messaging Architecture with Terracotta SAVE
PEOPLE
Mark Turansky detailed his implementation of a POJO message bus architecture using Terracotta and Java 5. This allowed for a clean, simple, and inexpensive infrastructure solution to his message needs.