CPU Hogging |
![]() |
Questions and Answers : Windows : CPU Hogging
Author | Message | |
---|---|---|
It has been noted that the BOINC client experiences high CPU usage when transferring files for SciLINC. | ||
ID: 2 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
The reason for this is the number of files that are seperately downloaded/uploaded for each WU it is a massive waste of bandwidth resourses for both the project servers and the end users. | ||
ID: 25 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Actually the main reason for the hogging of the CPU is the size of the client_state xml file. BOINC updates this file on a regular basis and after every contact with a project, including file transfers and requests for work. | ||
ID: 28 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Wouldn't it be possible to put them into all into one file that can be transfered in 1 go (you could even consider compressing the file) Yes, we are working on that currently. | ||
ID: 33 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Actually the main reason for the hogging of the CPU is the size of the client_state xml file. BOINC updates this file on a regular basis and after every contact with a project, including file transfers and requests for work. Right and when we finish bundling all of the files for transfer this should reduce the size of client_state.xml by a factor of 50 or more. Currently the number of files sent per work unit is 50 due to a limitation in the size of some XML entries in the tables created by BOINC.Once we zip the input and output files this 50 file limitation should go away. | ||
ID: 35 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
I'm not sure if this was already mentioned, but the big number of upload files is also a result of the very short calculation times of the WUs. As far as I recall each WU lasted only 1 second on my PC. I don't think data transfer makes sense at all with such short calculation times. | ||
ID: 39 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Questions and Answers : Windows : CPU Hogging