Hello. I am creating a service, that needs to perform the following tasks: consult bank services and persist data into DB. The dificult is: Its needed to execute each process in parallel.
I mean the better choice is implementing a multithreading service, running each instance per thread. But how its done?
Thanks