@inproceedings{c00e783262644a268b9f7a3d2f85bfa9,
title = "Cloud Service Solving N-Body Problem Based on Windows Azure Platform",
abstract = "This paper shows how to use cloud computing to solve N-body problem. It presents an idea and implementation of cloud service based on Windows Azure Platform. Clients can access cloud service via Internet over HTTP protocol. They create computation tasks supplying simulation parameters such as number of steps, time step and XML file with body definitions (initial position, mass and velocity). Presented solution uses Barnes-Hut Algorithm (based on adaptive oct tree) to reduce computation complexity form N ×N to N logN. All body interactions are computed in parallel, on worker nodes in cloud.",
keywords = "Microsoft Windows Azure Platform, N-body problem, cloud service, continuous dynamical systems simulation, distributed processing",
author = "Augustyn, \{Dariusz Rafa{\l}\} and {\L}ukasz Warcha{\l}",
year = "2010",
doi = "10.1007/978-3-642-13861-4\_9",
language = "English",
isbn = "9783642138607",
series = "Communications in Computer and Information Science",
pages = "84--95",
editor = "Andrzej Kwiecien and Piotr Gaj and Stera and Piotr Stera",
booktitle = "Computer Networks",
note = "17th Conference on Computer Networks, CN 2010 ; Conference date: 15-06-2010 Through 19-06-2010",
}