Sorry should be :
cd C:\Client
for /f %%a in ('dir /b *.dll') do call
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ngen %%a
cd \
pause
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Stephen Edginton
Sent: 27 December 2006 18:25
To: vantage@yahoogroups.com
Subject: [Vantage] 803.305 ngen/gac
In the change log for 305 I noticed a mention of NGEN and the global
assembly cache.
Just interested if anyone knows what they have done if anything? - this
is the reference in the change log:
30317 MfgSys.exe - needs commandline option to perform ngen/gac or
assemblies, for improved
Performance
I have run mfgsys /? But the options are the standard ones available.
Mfgsys /ngen yields nothing.
For those that are unfamiliar with NGEN it is a Microsoft tool which
pre-complies the .net code such that the CLR (common language runtime
that the C# vantage client runs under) has to do less JIT (just in time
compellation) i.e. less for the CPU to do when loading screens etc ->
quicker response times (that's the idea).
My initial trials of NGEN where to install the assemblies with the
following batch script:
cd C:\Client
for /f %%a in ('dir /b *.dll') do call
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ngen install %%a
cd \
pause
Has anyone else looked into this ?
Regards,
Stephen
[Non-text portions of this message have been removed]
cd C:\Client
for /f %%a in ('dir /b *.dll') do call
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ngen %%a
cd \
pause
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Stephen Edginton
Sent: 27 December 2006 18:25
To: vantage@yahoogroups.com
Subject: [Vantage] 803.305 ngen/gac
In the change log for 305 I noticed a mention of NGEN and the global
assembly cache.
Just interested if anyone knows what they have done if anything? - this
is the reference in the change log:
30317 MfgSys.exe - needs commandline option to perform ngen/gac or
assemblies, for improved
Performance
I have run mfgsys /? But the options are the standard ones available.
Mfgsys /ngen yields nothing.
For those that are unfamiliar with NGEN it is a Microsoft tool which
pre-complies the .net code such that the CLR (common language runtime
that the C# vantage client runs under) has to do less JIT (just in time
compellation) i.e. less for the CPU to do when loading screens etc ->
quicker response times (that's the idea).
My initial trials of NGEN where to install the assemblies with the
following batch script:
cd C:\Client
for /f %%a in ('dir /b *.dll') do call
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ngen install %%a
cd \
pause
Has anyone else looked into this ?
Regards,
Stephen
[Non-text portions of this message have been removed]