SVCache: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Jugbogdan (talk | contribs)
mNo edit summary
 
Line 15: Line 15:
* Return and retrieve new work units as required.
* Return and retrieve new work units as required.
* Allow the number of cached work units to be changed.
* Allow the number of cached work units to be changed.
* Log process work units in a format compatable with the windows progams SETIWatch and SETILog.
* Log process work units in a format compatible with the windows programs SETIWatch and SETILog.
* Allow multiple machines to process work units in the same cache.
* Allow multiple machines to process work units in the same cache.
* Allow a machine to stop processing a work unit and have another continue the processing.
* Allow a machine to stop processing a work unit and have another continue the processing.
* Written in REXX.
* Written in REXX.
In case you want to see it before downloading, here's the documentation.
In case you want to see it before downloading, here's the documentation.


===Changelog===
===Changelog===
* Fix: SVCBuf.CMD didn't delete the SVCache.HOST file until after it returned a work unit. Then, if a machine completed a work unit SVCBuf.CMD was returning one, the machine could sometimes pick the one being returned. This seemed to only happen with Windows machines, but, that may have only been because of the configurations in use. Anyway, it's been fixed by moving the delete to before the work unit is returned.  
* Fix: SVCBuf.CMD didn't delete the SVCache.HOST file until after it returned a work unit. Then, if a machine completed a work unit SVCBuf.CMD was returning one, the machine could sometimes pick the one being returned. This seemed to only happen with Windows machines, but, that may have only been because of the configurations in use. Anyway, it's been fixed by moving the delete to before the work unit is returned.
 
==Link==
SVCache V0.1.7 - svcache.zip 28.96KB


[[Category:Astronomy]]
[[Category:Freeware]]
[[Category:Freeware]]

Latest revision as of 22:44, 8 April 2025

SVCache
Version 0.1.7
Vendor
Author David Forrester
License Freeware
Download SVCache
Website

SETIView/2 Cache is a SETI@Home work unit caching program for OS/2.

Features

  • Maintain a set of work units.
  • Control the SETI@Home process.
  • Return and retrieve new work units as required.
  • Allow the number of cached work units to be changed.
  • Log process work units in a format compatible with the windows programs SETIWatch and SETILog.
  • Allow multiple machines to process work units in the same cache.
  • Allow a machine to stop processing a work unit and have another continue the processing.
  • Written in REXX.

In case you want to see it before downloading, here's the documentation.

Changelog

  • Fix: SVCBuf.CMD didn't delete the SVCache.HOST file until after it returned a work unit. Then, if a machine completed a work unit SVCBuf.CMD was returning one, the machine could sometimes pick the one being returned. This seemed to only happen with Windows machines, but, that may have only been because of the configurations in use. Anyway, it's been fixed by moving the delete to before the work unit is returned.