Changes between Version 3 and Version 4 of UserJobs


Ignore:
Timestamp:
Nov 16, 2007, 9:14:36 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserJobs

    v3 v4  
    1 = User-submitted jobs =
     1= User job submission system =
    22
    33The Leiden Classical project has implemented a system allowing users
    44to submit jobs, including uploading their own input files.
    5 
    6 You can restrict which applications these jobs can use,
    7 which users can submit jobs,
    8 and how many outstanding jobs each user may have.
    9 
    105Users are provided with an interface showing them the status
    116of queued jobs, and allowing them to download result files.
     7Thus, their project is a resource for education as well as research.
    128
    13 This code is included in the BOINC source code distribution
    14 (in the [source:trunk/boinc/html/queue html/queue] directory)
    15 but must be installed manually.
    16 Please read and understand the code thoroughly before using it.
    17 In particular, make sure that it doesn't introduce any
    18 security risks.
    19 You may need to adapt the code to your own project.
     9The code for this job-submission system is included in the BOINC source code distribution,
     10in the [source:trunk/boinc/html/queue html/queue] directory,
     11for use by projects that want to allow user job submission.
     12
     13Notes:
     14
     15 * Carefully consider the security risks of using this code. Your application must handle arbitrary (possibly malicious) input files without doing anything unwanted. Use at your own risk.
     16
     17 * The code is not installed by make_project or upgrade; you must install it manually.
     18
     19 * You can restrict which applications user-submitted jobs can use, which users can submit jobs, and how many outstanding jobs each user may have.
     20
     21 * Please read and understand the code thoroughly before using it. You may need to adapt the code to your own project.