Has anyone written the following? I want a web page where I call a function 8 to 12 times. The function takes 1.5 seconds to run. So call the function to the background so all calls run at the same time. Setting in a wait loop until all the jobs are done. Then gather the outputs and display the data.
Thanks
Thanks