Idea for Boinc..... |
![]() |
| log in |
Message boards : Number crunching : Idea for Boinc.....
1 · 2 · 3 · 4 . . . 5 · Next
| Author | Message |
|---|---|
|
Just pondering.... | |
| ID: 1159451 · | |
|
I agree with this. Even when downloads/uploads are off, feeder is empty, etc, there is still a decent amount of traffic from just people trying to get new work. Perhaps there could be a quick comparison done between the host and the server of just the NUMBER of WU's on board, instead of sending the entire task list. Then, if there is a discrepancy (see: ghosts), the full file could be sent to see which files are missing. The server is already having to query the DB to compare task lists, surely it wouldn't be hard to just compare a number. I can't imagine it would add much if any extra load to the servers, and would surely save some bandwidth. | |
| ID: 1159518 · | |
Would it be possible or practical for Boinc to transmit only information relating to what has changed in the list since the last host update, and not the entire list every time? And perhaps the entire list only every 10 completed requests to be sure everything stays in synch? Elegant idea. Can`t be that simple, can it.......? Here`s hoping it is. Regards, Andy ____________ | |
| ID: 1159568 · | |
Would it be possible or practical for Boinc to transmit only information relating to what has changed in the list since the last host update, and not the entire list every time? And perhaps the entire list only every 10 completed requests to be sure everything stays in synch? Probably a bit of a pain to implement though. ____________ BOINC WIKI | |
| ID: 1159624 · | |
|
It would surely require a client side update, as well as compatible server side changes, but I wouldn't think it would be TOO bad... | |
| ID: 1159674 · | |
|
The server code is prepared to handle requests which don't have those lists of tasks on hand, some very old versions of the core client don't send them. So it's certainly possible to have a new core client which only sends the lists once in every 5 or 10 requests, etc. Joe | |
| ID: 1159677 · | |
The server code is prepared to handle requests which don't have those lists of tasks on hand, some very old versions of the core client don't send them. So it's certainly possible to have a new core client which only sends the lists once in every 5 or 10 requests, etc. The way it would have to work would be something like: The client requests work and reports the count of tasks. It would also have to have a flag that indicates that it can do this. The server would see the flag, and notice a discrepancy in the count. The server would pick some tasks that were already allocated to the client to send (if done with a reasonable amount of intelligence, this MIGHT avoid the next round trip). The server would add a flag to indicate that the client is missing some tasks. The client upon receiving the tasks sets a flag for the project noting that on the next connection that it would have to report the list. The client would inspect the tasks that the server has suggested it can work on, and pitch any that it already has. The client would then determine if it had to request more work. If the server receives a list rather than just a count, it behaves pretty much as it does today. However, if the work request does not ask for enough tasks to use all of the tasks that are already allocated to the client, the flag to report the list of tasks would be sent to the client. (Yes, this could cycle several times before either the tasks are sent to someone else, or are all delivered to the client). ____________ BOINC WIKI | |
| ID: 1159686 · | |
|
Why not make the workunits bigger? | |
| ID: 1159749 · | |
Why not make the workunits bigger? I'll try again. Why not make the workunits larger in datasize? Every server at Seti would benefit from it. Instead of about 300 Kbytes files per WU, increase it to let's say 1 Mbyte. That will decrease the number of workunits by a third. The network load for WU's surely must drop. | |
| ID: 1159801 · | |
Why not make the workunits bigger? That depends on the time required for the hosts to crunch the WU. Simply increasing their size will not reduce server load if the crunch time per Kbyte of data remains the same. AP is a good example...the WUs are much larger, but the time required to process them does not increase in proportion to their size, so they actually are harder on bandwidth than MB work. Of course, VHAR MB work with it's very quick processing times are even worse. The only thing that would change the ratios is if the science application did more work on the data sent. I am not sure how the new version of Seti being rolled out later this year compares in terms of processing time per WU sent. ____________ ****** "Ask not, what your kitty can do for you. Ask what you can do for your kitty." As it is kitten, so shall it be done. | |
| ID: 1159808 · | |
|
I don't believe it's a bandwidth problem but that network requests are coming in too often to SETI due to the big amount of WU's. The solution to this is to make fewer WU's by making them larger. The crunching time on computers beside SETI has no relevance to this problem. | |
| ID: 1159841 · | |
I don't believe it's a bandwidth problem but that network requests are coming in too often to SETI due to the big amount of WU's. The solution to this is to make fewer WU's by making them larger. The crunching time on computers beside SETI has no relevance to this problem. If you look at the cricket graph, you'll see that bandwidth is, indeed, one of the many limiting factors: we've been hard against the top peg for 23 hours solid now. You are also correct about the number of network requests being a strain on the servers, but you would need to solve both halves of the problem (and probably many more besides) to make a significant differance. | |
| ID: 1159846 · | |
|
For over 12 yrs the data size has been the same and after we have processed them the results are stored on the science database, with up to 30 items of interest for each result. | |
| ID: 1159857 · | |
|
One AstroPulse task took 8 retries and 45 minutes to download. | |
| ID: 1159860 · | |
For over 12 yrs the data size has been the same and after we have processed them the results are stored on the science database, with up to 30 items of interest for each result. I have seen mention several times that they have considered processing MB work when AP tasks are downloaded. Since there are about 20 MB tasks in the same data that generates 1 AP task. I think it is just a matter of working out the logic on the back end for that. ____________ SETI@home classic workunits: 93,865 CPU time: 863,447 hours Join the BP6/VP6 User Group today! | |
| ID: 1159900 · | |
|
that number is about 30 IIRC. I would suggest that since we already label tasks as VLAR why not simply increase the size 3-4 fold of just the VHAR WU's. This will cut down the number of requests for work and keep the GPU's crunching away on a single WU instead of starting and stopping every couple of minutes | |
| ID: 1159943 · | |
|
I'm a bit confused now. | |
| ID: 1159960 · | |
I'm a bit confused now. You have to remember that graph is inside-out.... The green is downloads going out. The blue line is uploads and work requests going in. ____________ ****** "Ask not, what your kitty can do for you. Ask what you can do for your kitty." As it is kitten, so shall it be done. | |
| ID: 1159962 · | |
Message boards : Number crunching : Idea for Boinc.....
| Copyright © 2013 University of California |