'concurrency'에 해당되는 글 2건

  1. 2013.11.27 CodeProject 에서 WCF 관련 자료
  2. 2013.08.21 WCF Concurrency
컴퓨터/프로그래밍2013. 11. 27. 11:12
Three ways to do WCF instance management

 : http://www.codeproject.com/Articles/86007/3-ways-to-do-WCF-instance-management-Per-call-Per

 

WCF Concurrency (Single, Multiple, and Reentrant) and Throttling

 : http://www.codeproject.com/Articles/89858/WCF-Concurrency-Single-Multiple-and-Reentrant-and

 

How to Call WCF Services Synchronously and Asynchronously
 : http://www.codeproject.com/Articles/91528/How-to-Call-WCF-Services-Synchronously-and-Asynchr

 

WCF Service Performance Monitoring using "Perfmon"

 : http://www.codeproject.com/Articles/431917/WCF-Service-Performance-Monitoring-using-Perfmon

 

Posted by jungtae17
컴퓨터/프로그래밍2013. 8. 21. 12:25

링크1> http://www.codeproject.com/Articles/86007/3-ways-to-do-WCF-instance-management-Per-call-Per

 

링크2> http://www.codeproject.com/Articles/89858/WCF-Concurrency-Single-Multiple-and-Reentrant-and

 

링크3> http://www.codeproject.com/Articles/32119/Understanding-SynchronizationContext-Part-III

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

HTTP 프로토콜 분석  (0) 2013.10.01
객체 지향 설계 원칙 - SOLID  (0) 2013.09.24
WCF 프로그래밍 소개  (0) 2013.08.20
WebSocket 프로그래밍 소개  (0) 2013.08.20
WCF + RESTful + JSON 프로그래밍  (0) 2013.08.19
Posted by jungtae17