#Azure Action - Weekly Newsletter- 29th April 2011

clip_image00132222222Local Overview (post Easter)

Cloud Science - Wayne Houlden in ACER Teacher Article May, 2011

Cloud Cast # 3 - The Cloud Value Chain

clip_image001422222222Readiness & Resources:

Windows Azure

Watch:

Case Study:

Tools:

Fun:

clip_image0011022222222Guidance:

Walkthrough:

clip_image001622222222 In the news:

General news:

Microsoft

Windows Azure:

clip_image0011222222222Events:

Local:

Webinar:

clip_image001822222222Community:

Mailing list for OzAzure

Like Azure?

clip_image00132222222Questions:

Q: What are my options for hosting applications in Azure that have a high degree of parallelism required?

A. Here are a few pointers:

1) use traditional languages (.net runtime) and/or write or use a well known design pattern (e.g. mediation pattern)

2) write in F# (including parallel extensions) e.g. Parsing Log Files with F#, MapReduce and Windows Azure

3) High Performance Computing - Which allows jobs and tasks to be aligned to available infrastructure compute nodes, on premise or off. Latest version includes MPI support.

Real World Windows Azure HPC App Architecture & Patterns

4?) possibly in the future we might see Dryad on Windows Azure - Dryad: Program thousands of machines without knowing anything about parallel programming