I want to execute 3 database queries concurrently using multiple threads. Is there a way to use Parallel For Each to do this?
I want to execute 3 database queries concurrently using multiple threads. Is there a way to use Parallel For Each to do this?
Hi,
Parallel For Each activity provides not multi-threading but pseudo multi-threaading.
I think it depends on activities inside it whether can send queries parallely.
Regards,