Multithreading consulting service
Posted
by Gustavo Paulillo
on Stack Overflow
See other posts from Stack Overflow
or by Gustavo Paulillo
Published on 2010-04-09T13:56:25Z
Indexed on
2010/04/09
14:03 UTC
Read the original article
Hit count: 278
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
© Stack Overflow or respective owner