Fixed (in sample_work_generator.cpp) -- David
On 11-Oct-2011 9:25 AM, Jon Sonntag wrote: > I had a similar issue with Collatz a while back. Instead of the normal 500 > WUs ready to send, there were over 50,000. It took several weeks to clear > them out and the nightly maintenance, backup time, disk space, etc. all > increased by 100 times until the WUs were completed. I believe the issue > was due to a hung process from a daemon erroring out causing the shared > memory read/writes to fail. It couldn't access the shared memory so it > decided it should generate more work. I would have preferred that it > logging an error and do nothing else. Something more in line with: > > if ((available_wus< cache_sze)&& > (no_errors_occurred_getting_available_wu_count)) > generate_more_work _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
