Categories: Grid computing
Latest version: 0.6Added 2006-02-16
pen source grid computing framework written in C#.NGrid aims to be platform independent via the Mono project and to provide:- a transparent multithread programming model for grid programming- a physical grid framework and some grid implementations- common utilities both for grid programming or grid implementationsNGrid is a two-side grid abstraction layer:- grid programming model: close as possible to what you are used to, a multithread programming model with a shared memory.- grid services abstraction: NGrid.Core is not tighten to any particular grid. By implementing the grid services, NGrid.Core could be connected to any physical grid.