Guaranteed processing of data in WCF service
问题 I have a WCF service that processes a feed of tens of thousands of records from SAP. The service call takes an XElement as its main parameter and processes the XML to update records in our database. The current intent is to have the WCF service be called asynchronously, and to have the service call send back to the caller the same document with statuses for each record processed. I'm also looking into ways to multithread the processing of the data, though this may not end up buying me