Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have windows service which needs to executes totally 17 SSIS Dtsx packages in the below fashion.

[1] At first thread it should execute 3 packages all at once in parallel
[2] At second thread it should execute 5 packages all at once in parallel and so on...

I have heard of a concept called parallelism which is in use for higher versions of .Net Framework 4.0 etc.However I am not sure on how to implement the same in my windows service.Kindly Help.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900