Architecture and infrastructure scalability paper and resources
Architecture & Infra #scalability is an automatic paper compiling best resources about scalability and architecture.
Sources are taken from a twitter list and a google reader rss folder.
Express amazon ec2 tutorial
The simplest way to have a virtual machine server running on amazon vm environment. It runs a ubuntu server on the smallest instance available.
If you have a lot of failed tasks staked in resque, you can retry them all in one shot, but it’s the dirty way. >> (Resque::Failure.count-1).downto(0).each { |i| Resque::Failure.requeue(i) } Dirty because it does not dequeue task when ther
Arrays in ruby the ruby way (with code blocks). Instanciate an array from words >> els = %w(one two three four five) => ["one", "two", "three", "four", "five"] Iterate over the array >> els.each { |e
List of Known Scalable Architecture Templates http://srinathsview.blogspot.com/2011/10/list-of-known-scalable-architecture.html You only control 1/3 of your Page Load Performance! http://blog.dynatrace.com/2011/11/08/you-only-control-one-thrid-of-your-page-load-performance/ Google Pre
Architecture & Infra #scalability is an automatic paper compiling best resources about scalability and architecture. Sources are taken from a twitter list and a google reader rss folder. Twitter list @mathieuel/architecture this is tech people i enjoy follow on this topic. RSS L
The goal of this amazon ec2 tutorial is to provide the simplest way to have a virtual machine server running on amazon vms environment. It runs a ubuntu server on the smallest instance available. On the amazon console website Create a X509 certificate on amazon aws console and downloa
Monitor all process named apache2. We user here pgrep. prep handle regexp. top -p $(pgrep apache2 | xargs echo | sed -e 's/ /, /g') note: it seems top -p have 20 pids input limit . Have a better solution ? pidstats takes process name, but have other features…
Sometines it’s handy to have a linux server vm running on your mac laptop / desktop but you want access it only like a server cause virtual box user interface could be annoying and useless here. 1 Set up or add a network interface in nat mode and add a nat rule from a local port