Go 1.1 (to be released early next month) is across the board faster than 1.03.
The ab tool is not ideal for testing the Go http server because the Go server is not tuned to ab's quirks. Siege might be better.
The mgo client has the most bells and whistles, but it's probably not the fastest client for Go. One of the other clients might perform better.
Why are the Go Redis clients not capable of working with Gorilla? A couple of the clients are well written and are fully functional.
Go 1.1 (to be released early next month) is across the board faster than 1.03.
The ab tool is not ideal for testing the Go http server because the Go server is not tuned to ab's quirks. Siege might be better.
The mgo client has the most bells and whistles, but it's probably not the fastest client for Go. One of the other clients might perform better.
Why are the Go Redis clients not capable of working with Gorilla? A couple of the clients are well written and are fully functional.