BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Article: Grid Computing on the Azure Cloud Computing Platform, Part 3: Running a Grid Application

Article: Grid Computing on the Azure Cloud Computing Platform, Part 3: Running a Grid Application

Bookmarks

In this 3-parts series of articles, David Pallmann explains how to perform grid computations on the Azure cloud computing platform. In Part 1 he presented a design pattern for using Azure for grid computing, while in Part 2 he showed how to develop such an application in C#. In this part he is going to explain how to run this application.

Read: Grid Computing on the Azure Cloud Computing Platform, Part 3: Running a Grid Application

In Part 2, the author developed a grid application written in C# on Neudesic’s Grid Computing Framework. Now he shows how to run such an application going through the following steps:

  • setting up a database
  • configuring the VS solution (*.cscfg)
  • running the application locally
  • viewing the grid
  • viewing the grid task
  • viewing the results
  • running the application in the cloud

The author also makes a recommendation for testing the solution in 4 different environments: development, QA, staging and production. The article closes with performance and tuning considerations.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Thanks

    by Wang James,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Excellent article, thanks, I'm working on a project(implement in java) that similar to this, it's helpful.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT