简体   繁体   English

处理多个WCF服务调用

[英]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. 我有一个暴露给TIBCO BW的WCF服务,该服务立即用多个xml消息调用该服务,我需要修改wcf服务以像同时处理多个xml消息一样处理多个服务调用。

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 http://www.codeproject.com/Articles/89858/WCF-Concurrency-Single-Multiple-and-Reentrant-and

I believe it contains the answers to all your questions. 我相信它包含了您所有问题的答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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