For a project with a very large database I am using the following two procedures thousands of times in a loop:
select_points_object_model_3d()
render_object_model_3d()
This takes hours and hours for every test as it is using only 1/16 cores. Now I was wondering: Is there a way to run multiple HDev engines in different threads all executing said procedures?