> Le 16 oct. 2017 à 19:24, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> a 
> écrit :
> 
> have a "cron" utility
> a process that has a list (records, array, whatever) of all processes 
> that are deamons
> have it wake the deamon as appropriate using Call process.

When the delay is important, I start a new process that dies after the job is 
done. I don't like a quite always sleeping but always here process. A cron can 
do that too. 

if (jobTime($i))
create process (...)
end if  

-- 
Arnaud de Montard 




**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to