Hello,
I am using the Quantum library in my application to automate some recurring functions that involve calculations and database updates.
The tasks are currently taking longer time to run.
Can I safely use spawn to run these recurring tasks in order to run them outside the parent process, and still prevent overlapping of the automated functions?
Thanks for your help in advance.
Regards,
Jerry




















