Changes between Version 77 and Version 78 of DevProjects
- Timestamp:
- Mar 27, 2012, 2:57:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v77 v78 119 119 === Server and Back End === 120 120 121 1. XML stats: add lat/long to user record? 121 1. Modify the scheduler's app version selection so that instead of using 122 the fastest available version, 123 it uses the fastest one for the resource R for which R.req_secs/R.ninstances is greatest. 122 124 1. Enforce file immutability. 123 125 I.e., have create_work() check if any file is already in the download hierarchy, … … 129 131 1. Implement a mechanism so that server software detects incompatible database format. 130 132 (related to #715) 133 1. XML stats: add lat/long to user record?