티스토리 뷰
드디어 개발 완료시점이 되어 예외처리에 신경쓰게 되었습니다.
일단 time out 설정에대해 알아보도록 하겠습니다.
// Set up the pipeline factory.
bootstrap.setPipelineFactory(new ChannelPipelineFactory() {
public ChannelPipeline getPipeline() throws Exception {
//Netty Connection Timeout And Handler Setting
return Channels.pipeline(new ReadTimeoutHandler(new HashedWheelTimer(),30),new NettyServerHandler());
}
});
무지간단해서 부가설명이 필요없을듯 합니다.
그리고 console에서 time out 처리를 확인만 해보시면 됩니다.
DEBUG: server.NettyServer - start main...
INFO : server.NettyServerHandler - Unexpected exception from downstream.org.jboss.netty.handler.timeout.ReadTimeoutException
설정한 시간이 지난 뒤 (초단위) 위와같은 exception이 발생하면 성공입니다.
이상입니다.
.by rocksea
'Developer' 카테고리의 다른 글
Context initialization failed. ( tomcat 포팅시 error ) (0) | 2013.02.28 |
---|---|
maven + jboss plugin 설치 및 배포 (0) | 2013.02.18 |
[ shell ] rows sum script (0) | 2013.02.15 |
[samba] 간단 samba 설치 (0) | 2013.02.12 |
[spring scheduler ] Spring Scheduler를 이용한 Deamon Processing (0) | 2013.01.31 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- PostgreSQL
- hdfs
- Business English
- AWS
- 해외여행
- mongoDB
- 영문법
- Python Django
- 스페인 여행
- 가정법
- 조동사
- memcached
- Python
- 대명사 구문
- it
- k8s
- NGINX
- hadoop
- redis
- ubuntu
- 여행
- 베트남
- 도덕경
- 다낭
- 비교구문
- 비지니스 영어
- nodejs
- 영작
- JBOSS
- maven
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함