简体   繁体   中英

Handling Multiple WCF service calls

i have a WCF service exposed to a TIBCO BW, which calls the service with mulitple xml messages at once, i need to modify my wcf service to handle multiple service calls as in multiple xml messages at once in parallel.

is there any attribute we need to add to the service, to make it multithreaded

pls help

ofcourse there are.

I would start by reading this:
http://www.codeproject.com/Articles/89858/WCF-Concurrency-Single-Multiple-and-Reentrant-and

I believe it contains the answers to all your questions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM