caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: William Le Ferrand <William.Le-Ferrand@polytechnique.edu>
To: caml-list@yquem.inria.fr
Subject: [announce] naclgrid 0.1 (desktop grid engine) released
Date: Tue, 28 Jul 2009 11:07:29 -0500	[thread overview]
Message-ID: <5e5d16b10907280907o3b552d71k542f20afc451e064@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1962 bytes --]

-- I apologize if you receive this message more than once

Dear list,

I'm am very happy to announce the first release of naclgrid, a light desktop
grid engine written in jocaml and relying ocsigen.

Basically, it's a server where

++ you can upload tasks, tasks being shared libraries that follow some basic
rules. In particular tasks have two functions, one returning a list of
subtasks and another one that would gather the results. They also refer to a
worker for this specific task.

++ you can participate to queued tasks simply by browsing a webpage. When
you do so, you download an atomic task and a worker, which is a 'google
native client' binary. It's a standard C program compiled for the google
native client. Google native client is a plugin for your browser that
performs static analysis on your (native) library before running it in a
sandbox: thus you get both safety and close-to-native speed in a browser.
When the subtask is done another task is downloaded and so on ..

The package embeds two examples, one based on a knn and the other one being
some md5 distributed computation.

Compared to existing solution (Boinc ..), naclgrid does not require to
install a specialized rich client and provides strong safety features : the
worker can't compromise your system (according to google ..). Thus you get a
multi task and very flexible desktop grid.

I've build a website for this software : www.themipsfactory.com. There is a
demo video and of course the source code of naclgrid (its GPL v3). It's a
bit tricky to install as one has to build ocsigen with jocaml but it should
run fine. I'm writing documentation too. There is also a google group,
naclgrid-dev (http://groups.google.fr/group/naclgrid-dev), for all the
questions regarding the installation and for suggestions.

If you have any remarks, both on functionality and style, do not hesitate!
And if you know how I can package it in a better way, please tell me!

All best!

William

[-- Attachment #2: Type: text/html, Size: 2257 bytes --]

                 reply	other threads:[~2009-07-28 16:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5e5d16b10907280907o3b552d71k542f20afc451e064@mail.gmail.com \
    --to=william.le-ferrand@polytechnique.edu \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).