From b617679fcb76b1e81a69a302e9fa420abe75366e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 16 Feb 2007 16:20:39 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=12099 --- doc/dg.php | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 doc/dg.php diff --git a/doc/dg.php b/doc/dg.php new file mode 100644 index 0000000000..95e0c6e894 --- /dev/null +++ b/doc/dg.php @@ -0,0 +1,67 @@ +Desktop grid versus volunteer computing +

+Desktop grid computing +is a form of distributed computing in which +an organization (such as a business) +uses its existing desktop PCs to handle long-running computational tasks. +This differs from volunteer computing in several ways: +

+ +

BOINC as a desktop grid computing platform

+

+Although it was originally designed for volunteer computing, +BOINC works very well for desktop grid computing. +The steps in creating a desktop grid are: +

+ +

+To ensure that outside PC can't participate in your project +or access its files, +configure your firewall to prevent HTTP access to your BOINC server. +"; + +page_tail(true); +?>