Berkeley Open Infrastructure for Network Computing is een platform voor distributed computing en beschikbaar voor Linux, Mac OS X, Unix en Windows. Van dit platform maakt een aantal gridprojecten gebruik, zoals SETI@home, Riesel Sieve, Leiden Classical en Climateprediction.net. Voor meer informatie over het hoe en wat van Boinc verwijzen we jullie naar deze pagina. De ontwikkelaars hebben recent een nieuwe versie uitgebracht in de ontwikkeltak met 5.10.40 als het versienummer voor Linux, Mac OS X en Windows. De aankondiging ziet er als volgt uit:
Version 5.10.40:
Howdy Folks,
We have a new build of the 5.10 ready for testing.
This build has a new version of libcurl so please stress uploads and downloads. Another note of interest is for those with NTLM proxies, the code has been removed that would keep NTLM proxies from working. A new configuration flag has been added called <force_ntlm> which will work around a couple of issues with choosing the right authentication method.
Please report test results here and bug reports here.
TIA.
----- Rom
Change Log:
- Mac: Update libCurl to 7.18.0, build with c-ares-1.5.1 to enable async DNS name resolving.
- MGR: Delete web site buttons when disconnected; this was causing crashes when a user connected to a different computer.
- client: add <force_ntlm> config flag. Causes client to use NTLM auth and HTTP 1.0
- client: we weren't doing exponential backoff if scheduler requests failed at initialization; fix this
- client: removed -return_results_immediately cmdline option (wasn't implemented anyway)
- client: added <report_results_immediately> configuration flag; causes results to be reported as soon as done. Needed for some WCG machines that are reformatted often. Should NOT be used in general, since it increases server load.
- client: If we are already attached to the project specified in the project_init.xml file, go ahead and delete the file.
- client: remove the auth_type and auth_flag code.
- WIN: Update libcurl to 7.18.0