Threads in WCF..
WCF and WF
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, In my service i set the concurrency mode=multiple because my service should handle muliple request. My question is what will happen to the thread if something goes worng on a particular request which is handling by that thread? Does WCF abort this thread? or do i need to write code to abort that particular thread? Thanks Lijo.
-
Hi All, In my service i set the concurrency mode=multiple because my service should handle muliple request. My question is what will happen to the thread if something goes worng on a particular request which is handling by that thread? Does WCF abort this thread? or do i need to write code to abort that particular thread? Thanks Lijo.
Hello, that is completely handled by WCF. Best regards, Ladislav