Ngen and .net framework 1.1 installation

G

Guest

Hi everyone,

I have observed that the ngen process appears in the list of processes
in
taskmgr while .net framework 1.1 gets installed. This process consumes
0-50%
of cpu and 0-20K of RAM.
I would like to know if this process can be a cause of slowing down
performance of a high speed application. The installer of this
application
examines whether .net framework is installed, if it is not installed it
first
installs .net 1.1 and then continues with its own installation.
It would be great if anyone knows about problems related to ngen during

installation of .net framework 1.1, say, under low memory conditions,
or for
particular OSs, or for particular hardware configuration
 
N

Nanda Lella[MSFT]

Hello,

ngen is a NativeImage generator. NGen is actually a tool that improves
performance of the managed applications.
Compiles code on the user machine for users CPU.

Try here for more information regarding ngen.exe

About Ngen.exe
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/htm
l/cpgrfnativeimagegeneratorngenexe.asp
http://msdn2.microsoft.com/en-us/library/6t9t5wcf.aspx

Speed: NGen Revs Up Your Performance with Powerful New Features -- MSDN
Magazine, April 2005
http://msdn.microsoft.com/msdnmag/issues/05/04/NGen

About your question. yes there is a known problem under low memory
conditions.
FIX: Your .NET Framework 1.1 assembly may stop responding under low memory
conditions after you run the Native Image Generator (Ngen.exe)
http://support.microsoft.com/default.aspx?scid=kb;en-us;839462


Also read this article about to NGen or Not to Ngen
http://www.codeguru.com/Csharp/.NET/net_general/toolsand3rdparty/article.php
/c4651

--------------------
Thread-Topic: Ngen and .net framework 1.1 installation
thread-index: AcZOYJxG/lqdJ4GOROmCSQjNRruqPQ==
X-WBNR-Posting-Host: 203.193.138.226
From: =?Utf-8?B?U2FtZWVrc2hh?= <[email protected]>
Subject: Ngen and .net framework 1.1 installation
Date: Thu, 23 Mar 2006 02:00:27 -0800
Lines: 24
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.dotnet.general
Path: TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.dotnet.general:191829
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.dotnet.general

Hi everyone,

I have observed that the ngen process appears in the list of processes
in
taskmgr while .net framework 1.1 gets installed. This process consumes
0-50%
of cpu and 0-20K of RAM.
I would like to know if this process can be a cause of slowing down
performance of a high speed application. The installer of this
application
examines whether .net framework is installed, if it is not installed it
first
installs .net 1.1 and then continues with its own installation.
It would be great if anyone knows about problems related to ngen during

installation of .net framework 1.1, say, under low memory conditions,
or for
particular OSs, or for particular hardware configuration

--

Thank You,
Nanda Lella,

This Posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top