Page 1 of 1

Core:a4 10 second delay

Posted: Fri Apr 15, 2016 10:31 pm
by Ricky
Does anyone know why core A4 sleeps 10 seconds after a WU is complete?

Re: Core:a4 10 second delay

Posted: Fri Apr 15, 2016 10:54 pm
by bruce
Probably nobody outside of Development .... except that that person may have moved on.

It is a way to make sure that files that have been opened for shared access with another process have, in fact, been closed before attempting to continue processing them.

Re: Core:a4 10 second delay

Posted: Fri Apr 15, 2016 11:27 pm
by Joe_H
I don't recall where I read this, but some years ago I came across an explanation that the sleep period was to make certain all SMP computational threads have finished and synchronized their results and then exited. Then the core can wrap up the results and make them ready for sending back.