David Anderson

Results 200 comments of David Anderson

The issue is that user names themselves may contain commas and/or spaces

The important pieces of Python code are tools/make_project and sched/start. We need to decide whether to use exclusively Python3. I'd be fine with this, although it might inconvenience projects running...

The client has a 1-CPU job and a 2-CPU job, and there are 2 CPUs. It runs the 1-CPU job. Should it run the 2-CPU job? If so it will...

When Android kills an app, does it tell it why?

What was the highest memory usage that didn't cause problems? Maybe we should make that the default limit.

The new logic would go in ACTIVE_TASK_SET::poll()

All GPU apps use CPU as well, usually a significant fraction.

There are various problems with this. I updated the issue to clarify what needs to be done: https://github.com/BOINC/boinc/issues/5352

For now, let's just show a message using msg_printf(atp->project, MSG_USER_ALERT...) ... telling the user which job is stuck, and that they should consider aborting it. This will be useful for...

Almost but not quite. Please review my pseudo-code.