컴퓨터/프로그래밍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
컴퓨터/프로그래밍2013. 8. 20. 19:14

링크1> http://www.hoons.net/Lecture/List/32

 

링크2> http://mikesknowledgebase.com/pages/Services/WebServices.htm

 

링크3> http://msdn.microsoft.com/ko-kr/magazine/ee532094%28en-us%29.aspx?sdmr=wcf&sdmi=topics

 

링크4> http://msdn.microsoft.com/en-us/library/ms733099.aspx

 

링크5> http://www.c-sharpcorner.com/blogs/4027/address-binding-and-contract-in-wcf.aspx

 

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

객체 지향 설계 원칙 - SOLID  (0) 2013.09.24
WCF Concurrency  (0) 2013.08.21
WebSocket 프로그래밍 소개  (0) 2013.08.20
WCF + RESTful + JSON 프로그래밍  (0) 2013.08.19
C10K Problem 란?  (0) 2013.08.19
Posted by jungtae17
컴퓨터/프로그래밍2013. 8. 20. 19:10

링크1> http://en.wikipedia.org/wiki/WebSocket

 

링크2> http://www.websocket.org/aboutwebsocket.html

 

링크3> http://tools.ietf.org/html/rfc6455

 

링크4> http://www.codeproject.com/Articles/617611/Using-WebSocket-in-NET-4-5-Part-1

 

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

WCF Concurrency  (0) 2013.08.21
WCF 프로그래밍 소개  (0) 2013.08.20
WCF + RESTful + JSON 프로그래밍  (0) 2013.08.19
C10K Problem 란?  (0) 2013.08.19
Windows 버전별로 지원하는 Windows Sockets 정리  (0) 2013.07.23
Posted by jungtae17
컴퓨터/프로그래밍2013. 8. 19. 16:06
컴퓨터/프로그래밍2013. 8. 19. 14:51

링크1> The C10K problem http://www.kegel.com/c10k.html

 

링크2> http://en.wikipedia.org/wiki/C10k_problem

 

Posted by jungtae17
컴퓨터/유틸리티2013. 8. 1. 11:26

 

AjaXplorer 5.0.2 설치 중 아래와 같은 오류가 나온다면...

 

Warning: Illegal string offset 'instance_name' in /usr/local/www/ajaxplorer/plugins/core.auth/class.CoreAuthLoader.php on line 40

 

아래의 링크에서 해결방법은 찾을 수 있다.

 

링크> http://ajaxplorer.info/f/topic/illegal-string-offset-instance_name/

 

Posted by jungtae17
컴퓨터/프로그래밍2013. 7. 23. 21:44

 

What's New for Windows Sockets

 

링크> http://msdn.microsoft.com/en-us/library/windows/desktop/ms740642.aspx

 

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

WCF + RESTful + JSON 프로그래밍  (0) 2013.08.19
C10K Problem 란?  (0) 2013.08.19
Visual C++ 11 에 적용된 C++11 표준  (0) 2013.07.23
PHP 정보 보기  (0) 2012.12.05
namespace alias (별칭)  (0) 2012.10.11
Posted by jungtae17
컴퓨터/프로그래밍2013. 7. 23. 17:42

 

링크1> https://en.wikipedia.org/wiki/C++11

 

링크2> http://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspx

 

링크3> http://herbsutter.com/elements-of-modern-c-style/ (원문)

http://www.lameproof.com/844613 (번역)

 

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

C10K Problem 란?  (0) 2013.08.19
Windows 버전별로 지원하는 Windows Sockets 정리  (0) 2013.07.23
PHP 정보 보기  (0) 2012.12.05
namespace alias (별칭)  (0) 2012.10.11
C++ 템플릿을 friend 선언하는 방법  (0) 2012.06.21
Posted by jungtae17
Posted by jungtae17
컴퓨터/유틸리티2013. 7. 15. 15:15

 

시스템 업데이트 (Security Patches)

# freebsd-update fetch
# freebsd-update install

 

참고> http://www.freebsd.org/doc/handbook/updating-upgrading-freebsdupdate.html

 

Ports 업데이트 (Ports Collection Update)

# portsnap fetch
# portsnap extract
# portsnap update

 

참고> http://www.freebsd.org/doc/handbook/updating-upgrading-portsnap.html

 

Posted by jungtae17