README.md in proxymachine-0.2.8 vs README.md in proxymachine-1.0.0

- old
+ new

@@ -1,15 +1,11 @@ ProxyMachine ============ By Tom Preston-Werner (tom@mojombo.com) -WARNING: This software is alpha and should not be used in production without -extensive testing. You should not consider this project production ready until -it is released as 1.0. - Description ----------- ProxyMachine is a simple content aware (layer 7) TCP routing proxy built on EventMachine that lets you configure the routing logic in Ruby. @@ -27,9 +23,11 @@ sending custom data. Once the block returns an address, a connection to the backend is made, the buffer is replayed to the backend, and the client and backend connections are hooked up to form a transparent proxy. This bidirectional proxy continues to exist until either the client or backend close the connection. + +ProxyMachine was developed for GitHub's federated architecture and is successfully used in production to proxy millions of requests every day. The performance and memory profile have both proven to be excellent. Installation ------------ \ No newline at end of file