Posts Tagged ‘Development’

Maximizing Elasticity in the Cloud

Running a production application in the cloud can be great because it’s possible to add and remove servers from a cluster dynamically using a provisioning API. These automatic additions and removals can be triggered by system utilization levels that you measure, such as concurrent network connections, memory utilization, or CPU utilization. When you need more [...]

Read the rest of this entry »

Coding in the Cloud

I have been writing a 10-part series on the Rackspace Cloud Blog. I’ll be keeping a running list of the posts here as they are published. Rule 1 – Cache is Your Friend Rule 2 – Don’t write to the database in real time Rule 3 – Use a “Stateless” design whenever possible Rule 4 [...]

Read the rest of this entry »