부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. Assembly loading failure is expensive http://blogs.msdn.com/junfeng/archive/2005/12/20/505832.aspx Assembly loading failure is expensive Assembly loading failure is very expensive. CLR will need to probe all the possible places before giving up. This is a lot of disk I/Os. If the application base is in UNC share or http, the performance will be much worse. If CLR can’t find anything by probing, CLR will ask Windows Installer to see if Windows Installer can provide the assembly. This process can be very expensive, depending on how many managed applications are installed on the machine. After everything is failed, CLR will raise AssemblyResolve event. The time spend is the AssemblyResolve event handler is essentially unbounded. If you want to build a performant .Net framework application, you should minimize assembly loading failures as much as possible. (Unfortunately due to resource fallback, there are lots of by-design assembly loading failures from resource manager.) [다음 글] Interprocess Communication Using the Running Object Table (ROT)[이전 글] ASCX 컨트롤을 커스텀 컨트롤로 사용하는 방법. [최초 등록일: 4/13/2006] [최종 수정일: 4/14/2006] 비밀번호 댓글 작성자 2005-12-20 10시16분 IE 임베딩된 형태의 스마트 클라이언트 활성화가 늦는 이유. kevin25 ... 46 [47] NoWriterDateCnt.TitleFile(s) 18정성태9/19/200411795HTML SELECT 요소에 OPTION 요소를 채우는 C/C++ 예제117정성태11/14/200510523[정보] Visual Studio 6.0 Samples16정성태9/5/200411698JAVA 로 구현된 NTLM 구현115정성태9/2/200410364Developing Active Server Components with ATL14정성태7/20/200410663No-Touch Deployment13정성태6/30/200410748How to read BLOB from Dataset into buffer? 11정성태2/14/200410635XMLHTTP 에서 반환받은 non-XML 데이터를 보여주는 모듈10정성태2/14/200413604MSIL 디컴파일러 - .NET Reflector [1]9정성태1/26/200411939스크립트 디코더1159정성태12/23/20059613 [업데이트]: 스크립트 디코더18정성태1/26/200414532게시물 도배 프로그램 방지7정성태1/26/200413023Microsoft.XMLHTTP 개체로 XML 이 아닌 다른 데이터 가져오기6정성태8/6/200311798Three Ways to Inject Your Code into Another Process15정성태7/29/200311930SQL 서버 sa 암호를 잊은 경우, 복구하는 방법14정성태7/25/200313447DiskId32 - 물리하드 디스크 정보212정성태6/11/200410414 [추가] WMI 로 구하는 방법13정성태7/25/200312065C# 프로그래밍 언어에 추후 추가되는 기능12정성태7/25/200312356INFO: COM+ 1.0의 새로운 기능1 ... 46 [47]