Hi Dave,

Just checked out the trunk, and I'm not seeing any difference.

--Travis



On Oct 11, 2011, at 12:05 PM, David Anderson wrote:

> 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
> _______________________________________________
> astro mailing list
> [email protected]
> https://www.cs.rpi.edu/mailman/listinfo/astro

---------------------------------------------------------------------------
Travis Desell,  Assistant Professor
University of North Dakota - Dept. of Computer Science 
[email protected] - cell: 518-867-1054
Streibel Hall Room 220 - office: 777-701-3477
3950 Campus Road Stop 9015
Grand Forks, North Dakota 52802-9015

Homepage ( http://people.cs.und.edu/~tdesell/ )
MilkyWay@Home ( http://milkyway.cs.rpi.edu/ )
DNA@Home ( http://dnahome.cs.rpi.edu/ )
Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ )
----------------------------------------------------------------------------

_______________________________________________
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.

Reply via email to