-
Notifications
You must be signed in to change notification settings - Fork 48
Home
leeseokhyun edited this page Aug 9, 2016
·
7 revisions
- 더미 클라이언트 커넥션 100개 접속 후 초당 800개씩 메시지 전송(100 x 800 = 80000).
- 서버에서는 받은 메시지를 클라이언트에게 다시 전송 하여 송,수신 시간 측정.
- 테스트 환경 : Intel i5-4200M CPU 2.50Ghz 노트북 / 4GB Ram / Windows 8 / 하나의 머신에서 서버/클라 모두 실행하여 localhost로 접속 후 테스트.
- 테스트 클라이언트 프로그램 출처 : http://www.cgcii.co.kr/index.php?mid=board_eLHH13&document_srl=1936
코드 수정 전
코드 수정 후(불필요한 복사, 락 제거)