One last question markw,
In the context of a web application, should I run this code per request?
// Connect to the ScaleOut service (in this case, one host running locally):
var conn = await GridConnection.ConnectAsync("bootstrapGateways = ");
//...