|
|
FAHLogStats.NET
This is a port of Buzzard's 'FAHStats' project to the C# / .NET platform.
FAHLogStats.NET is a .NET 2.0 application to collect, aggregate and display information about Folding@Home clients.
Note that the original FAHLogStats code isn't used directly in the port; the concepts, some of the design, and some of the other layout certainly is.
New in v0.2.33
Performance should be much improved, as I'm no longer waiting for a download from a host to process the existing log file (this occurred on load).
Also, a silly error where some of the utility functions would be uselessly called thousands of times has been corrected, and this has cut some operations from as much as 50 seconds down to 2-4 seconds.
New in v0.2.32
Most bugs are fixed, although a new and rather disturbing bug has surfaced.
Specifically, the application sometimes seems to exhibit a deadlock (stops responding, has to be killed). I think it happens during scheduled updates, and it definitely occurs using my test harness set of clients (19 of them, of which 2 are local to the computer, 13 are SMB network paths and 4 are FTP).
Also, performance under Vista seems to really suck, and I don't yet know why.
