From 667705884ae195fc9feab5a15f94fd28d5ca7ce3 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Mon, 28 Nov 2011 19:46:09 -0800 Subject: [PATCH] update EY tutorial link, closes #17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56f2380..fc37189 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ EventMachine Proxy DSL for writing high-performance transparent / intercepting proxies in Ruby. +- EngineYard tutorial: [Load testing your environment using em-proxy](http://docs.engineyard.com/em-proxy.html) - [Slides from RailsConf 2009](http://bit.ly/D7oWB) - [GoGaRuCo notes & Slides](http://www.igvita.com/2009/04/20/ruby-proxies-for-scale-and-monitoring/) @@ -19,7 +20,6 @@ EventMachine Proxy DSL for writing high-performance transparent / intercepting p The above will start em-proxy on port 8080, relay and respond with data from port 8081, and also (optional) duplicate all traffic to ports 8082 and 8083 (and discard their responses). -EngineYard has shared a great hands-on tutorial for deploying em-proxy: [Load Testing your AppCloud Environment using em-proxy](http://docs.engineyard.com/appcloud/guides/migrating/em-proxy) ## Simple port forwarding proxy