Microsoft MVP성태의 닷넷 이야기
Assembly loading failure is expensive [링크 복사], [링크+제목 복사],
조회: 9103
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

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.

 

  1. 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.
  2. 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.
  3. 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.)








[최초 등록일: ]
[최종 수정일: 4/14/2006]


비밀번호

댓글 작성자
 



2005-12-20 10시16분
IE 임베딩된 형태의 스마트 클라이언트 활성화가 늦는 이유.
kevin25

... 16  17  18  19  20  21  22  23  24  25  26  27  [28]  29  30  ...
NoWriterDateCnt.TitleFile(s)
500정성태11/2/20069611TFS : 50. TfsAlert 0.3.0.0 릴리스
499정성태11/2/200610201개발 환경 구성: 50. VS.NET, .NET Framework QFE 패치
498정성태11/4/20069728TFS : 49. Team Foundation Administrator's Guide 문서 업데이트
497정성태11/1/20069689개발 환경 구성: 49. IE 7 의 "Search Provider" 기능 소개
496정성태11/4/20069203.NET : 26. Download the New Composite UI Application Block Reference Application from IdeaBlade
495정성태11/1/20069286개발 환경 구성: 48. XamlPadX (extended)
494정성태11/1/200610143TFS : 48. SandCastle Team Build targets 파일파일 다운로드1
493정성태10/31/20069424VS.NET IDE : 12. [Orcas] TreeDiff 지원
492정성태10/31/20069960개발 환경 구성: 47. SandCastle 과 NAnt 의 결합
491정성태10/28/200610098SDK : 4. PE/COFF 스펙
490정성태11/4/200613883.NET : 25. C# "const" 키워드와 "static readonly"의 차이
489정성태10/28/200610397Visual C++ : 4. VC++ 8.0 override 키워드 이해 [1]
488정성태10/26/20069821TFS : 47. TFS Application Tier 로부터 Sharepoint 분리해서 설치하는 방법
487정성태10/26/200610087TFS : 46. Project Server 2003 - Team Foundation connector released
486정성태10/25/20069271개발 환경 구성: 46. VS.NET Addin - 디렉터리 단위로 링크 방식으로 파일 추가
485정성태10/23/20069902.NET 3.0 : 5. WinFX (.NET 3.0) Series Presentation Slides
484정성태10/20/20069569개발 환경 구성: 45. Microsoft Best Practices Analyzer 1.0
483정성태10/20/20069349.NET 3.0 : 4. HostNameComparisonMode 의 이해
482정성태10/29/20069734TFS : 45. TeamPlain 1.1 now available
481정성태10/19/20069782TFS : 44. Project Server 2003 and Visual Studio Team System 2005 connector available!
480정성태10/19/20069604개발 환경 구성: 44. IE 7 에 포함된 RSS Platform MiniSDK파일 다운로드1
479정성태10/18/200610208x64 : 2. dynamic_cast is slow in x64
478정성태10/18/20069920개발 환경 구성: 43. IE 7 에서 달라지는 Accept-Language 헤더
477정성태10/18/20069791.NET : 24. ADO.Net 성능 향상 팁
476정성태10/18/200610947TFS : 43. WorkItem 항목 삭제
475정성태11/8/200610035개발 환경 구성: 42. VHD 파일을 가상 하드 디스크로 설정하는 방법파일 다운로드1
... 16  17  18  19  20  21  22  23  24  25  26  27  [28]  29  30  ...