Threading calls to web service in a web service - (.net 2.0)
- by Ryan Ternier
Got a question regarding best practices for doing parallel web service calls, in a web service.
Our portal will get a message, split that message into 2 messages, and then do 2 calls to our broker. These need to be on separate threads to lower the timeout.
One solution is to do something similar to (pseudo code):
XmlNode DNode =…