Files | Admin

Notes:

Release Name: 0.1.0

Notes:
== DESCRIPTION:

The RightScale GoGrid gem has been designed to provide a robust interface to GoGrid's existing API.

== FEATURES/PROBLEMS:

- Full programmatic access to the GoGrid API.
- Complete error handling: all operations check for errors and report complete
  error information by raising a GoGridError.
- Persistent HTTP connections with robust network-level retry layer using
  RightHttpConnection).  This includes socket timeouts and retries.
- Robust HTTP-level retry layer.  Certain (user-adjustable) HTTP errors returned
  by GoGrid are classified as temporary errors.
  These errors are automaticallly retried using exponentially increasing intervals.
  The number of retries is user-configurable.


Changes: === 0.1.0 / 2009-02-20 - Initial (alpha) release