2007/11/02 18:31

ASP.NET 503 서버 사용량이 많습니다.

http://ezmoss:33333/_layouts/listfeed.aspx?List=%7B826F3E14%2D4DFA%2D4DFE%2D9357%2DC2FDE5EA6414%7D

첨부 파일과 같은 에러 발생시 참고할 수 있는 값으로,

machine.config파일의 httpruntime 아래에 있는 appRequestQueueLimit 조절할 있습니다.

관련 자료는 http://msdn2.microsoft.com/en-us/library/e1f13641.aspx 이며,

appRequestQueueLimit

Optional Int32 attribute.

Specifies the maximum number of requests that ASP.NET queues for the application. When there are not enough free threads to process a request, the requests are queued. Incoming requests are rejected with the error "503 - Server Too Busy" when the queue exceeds the limit that is specified in this attribute.

The default is 5000.

NoteNote

For the .NET Framework versions 1.0 and 1.1, the default is 100.

상기의 부분에 내용이 나와 있습니다.(기본값 5000 .NET 3.0 경우임)

너무 높은 값을 입력하게 되면 사이트 반응 속도가 현저히 느려지는 문제점이 있다고 하니, 장애 발생시 사이트 상황에 맞게 수정하여, 사용하시기 바랍니다.

크리에이티브 커먼즈 라이선스
Creative Commons License
올블로그추천버튼 블코추천버튼 블로그뉴스추천버튼 믹시추천버튼 한RSS추가버튼 구글리더기추천버튼


이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^


Trackback 0 Comment 0

Trackback : http://i-ruru.com/trackback/180 관련글 쓰기