Changes between Version 68 and Version 69 of SoftwareDevelopment


Ignore:
Timestamp:
Aug 25, 2009, 9:36:10 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareDevelopment

    v68 v69  
    2929
    3030 * [DrupalConversion Drupal conversion]
    31  * [GpuSched Client CPU/GPU scheduling]
    32  * [GpuWorkFetch Work fetch and GPUs]
    33  * [ScreensaverEnhancements Screensaver enhancements]
    3431 * [SchedEnhance Various scheduler enhancements]
    3532
    3633== Implementation notes ==
    37 === Client ===
     34=== Client: general ===
    3835
    3936 * [ClientFiles File structure]
     
    4138 * [ClientData Data structures]
    4239 * [ClientLogic Main loop logic]
    43  * [ClientSched Client scheduling policies]
    4440 * [HostMeasurement Host measurements]
    4541 * [HostId Host identification]
    4642 * [ClientApp Core client/application interaction (basic)]
    47  * [AutoAttach Automatic attach]
    4843 * [AutoUpdate Automatic update]
    4944 * [MemoryManagement Memory management]
    50  * [ScreensaverLogic Screensaver logic]
     45
     46=== Client: scheduling ===
     47 * [GpuWorkFetch Work fetch and GPUs]
     48 * [GpuSched Client CPU/GPU scheduling]
     49 * [ClientSched Client scheduling policies]
     50
     51=== Client: packaging ===
     52
    5153 * [/sandbox.php Sandbox implementation]
    52  * [ManagerImpl BOINC Manager]
    5354 * [ClientSetupLogicWin Windows installer (V5) ]
    5455 * [UnixClientPackage Client package layout for Unix]
     56 * [ClientSetupWinSix Version 6 Windows installer, design]
     57 * [ClientSetupLogicWinSix Version 6 Windows installer, implementation]
     58 * [UnixClientPackage Unix client packaging]
     59 * [RpmSpec Spec info for RPMs]
    5560
    56 === Server programs ===
     61=== Client: screensaver ===
     62 * [ScreensaverLogic Screensaver logic]
     63 * [ScreensaverEnhancements Screensaver enhancements]
     64
     65=== Client: Manager ===
     66 * [ManagerImpl BOINC Manager]
     67
     68=== Server: general ===
    5769
    5870 * [DataBase The BOINC database]
     
    6476 * [SingleJobImpl Single-job submission]
    6577 * [AdaptiveReplication Adaptive replication]
     78
     79=== Server: scheduler ===
    6680 * [SchedMatch Scheduler job matchmaking]
    6781
    68 === Packaging ===
    69  * [ClientSetupWinSix Version 6 Windows installer, design]
    70  * [ClientSetupLogicWinSix Version 6 Windows installer, implementation]
    71  * [UnixClientPackage Unix client packaging]
    72  * [RpmSpec Spec info for RPMs]
     82=== Server: Packaging ===
     83
    7384 * [UnixProjectPackage Unix project packaging]
    7485