I use (among other tools) Boinc.NET to manage my little (Windows) crunch farm. I noticed that for yoyo workunits in progress, Boinc.NET consistently lists the wrong application for the result type (e.g., ecm for muon, muon for crunch etc.).
I queried Mike O., the owner of Boinc.NET about it, and got the following:
This isn't a huge problem, since it doesn't actually hinder Boinc.NET's ability to manage remote BOINC clients. But it is annoying. And if Yoyo has a chance to either fix the bug (if it is one) or else convert to the "standard" XML code, it might avert a real problem somewhere else in the future. Yoyo@home could conceivably get locked out of a future upgrade to the BOINC client. This has happened before to other projects.As far as yoyo.. It is known to have problems in the XML. Namely they use &'s inside the XML blocks. This is NOT legal XML code and causes the parsing to break. (Boinc.NET) uses the (Microsoft) .NET (Framework) functions to do the parsing while Boinc Manager and BoincView use some custom written function calls to parse the XML. I opted for the 'linq to dataset' built in to .NET because its so damn fast. Speed is important as you know. All the XML from the clients has to be parsed and converted to tables before the master update timer fires.
Best wishes.





