Hi,
I need to run a number of background task on a server, like importing csv data, send emails, etc.
Some of the task can run quite long. In the mean time other task have to run as well. The long running task must not block others form running. Also, for some tasks, I need a sequence. Where one task can only run if another has finished.
Sounds perfect for the the ParallelTask feature of Windev. it looks like it has all the option I need.
But since this is new since WD20 I wonder if anyone is using it and more important: does it work 100% bugfree now?
I need to run a number of background task on a server, like importing csv data, send emails, etc.
Some of the task can run quite long. In the mean time other task have to run as well. The long running task must not block others form running. Also, for some tasks, I need a sequence. Where one task can only run if another has finished.
Sounds perfect for the the ParallelTask feature of Windev. it looks like it has all the option I need.
But since this is new since WD20 I wonder if anyone is using it and more important: does it work 100% bugfree now?