> @@ -80,3 +80,7 @@ A context represents a specific connection to a particular > provider. From the pe > Once you have created a context via the > [ContextBuilder](http://javadocs.jclouds.cloudbees.net/org/jclouds/ContextBuilder.html) > and are "connected" to a particular cloud service, you can either get any of > the views that are supported by that provider, or go straight to the API or > even to the provider level.
Suggestion: add it here? As follows: "...provider level. Creating a context is an expensive operation, so in general it is a good idea to create one context per credential and target cloud when the application starts and close it when it terminates. Contexts are thread-safe, so can be shared across your application. It is important to [close a context](http://jclouds-javadocs.elasticbeanstalk.com/org/jclouds/Context.html) when you no longer needed, to free its associated resources." --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/166/files#r29838613
