첨부 파일과 같은 에러 발생시 참고할 수 있는 값으로,
machine.config파일의 httpruntime 아래에 있는 appRequestQueueLimit를 조절할 수 있습니다.
관련 자료는 http://msdn2.microsoft.com/en-us/library/e1f13641.aspx 이며,
|
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.
|
상기의 부분에 내용이 나와 있습니다.(기본값 5000은 .NET 3.0의 경우임)
너무 높은 값을 입력하게 되면 사이트 반응 속도가 현저히 느려지는 문제점이 있다고 하니, 장애 발생시 사이트 상황에 맞게 수정하여, 사용하시기 바랍니다.
'.NET > ASP.NET' 카테고리의 다른 글
| Apache Mod_Rewrite use as URL_Rewrite in iis 7 (0) | 2009/01/21 |
|---|---|
| ASP.NET on Ruby on Rails (0) | 2008/03/14 |
| ASP.NET 503 서버 사용량이 많습니다. (0) | 2007/11/02 |
| 엔터키 누르면 특정 버튼 클릭하게 하기 (1) | 2007/08/10 |
| ASP.NET Web Applications (.NET 3.0) (0) | 2007/08/09 |
| ASP.NET 페이지 실행 주기 (0) | 2007/08/09 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^

Prev




