상세 컨텐츠

본문 제목

[error] 개발서버에서 트래픽이 많아 접속이 불가능한 문제

MOSS

by happynuri 2008. 7. 4. 14:29

본문


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.

 Note

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

(기본값 5000은 .NET 3.0의 경우임)
너무 높은 값을 입력하게 되면 사이트 반응 속도가 현저히 느려지는 문제점이 있다고 합니다.
 

관련글 더보기

댓글 영역