PC Review


Reply
Thread Tools Rate Thread

How to speed-up winform for the first time launch

 
 
Atul
Guest
Posts: n/a
 
      24th Nov 2004
Hi,

In my winform application, when I try to launch any form first time,
it takes long time, but for the next time it gets launched in a very
less time.

One reason I know is MSIl is converted into m/c code(JIT compilation).
I cannot use ngen(it requires admin rights on the client m/c), so is
there is any way by which I can skip this MSIL -> m/c code
compilation?

(VB compiles application specific to processor(e.g. Pentium), in .Net
JIT compiles specific to processor type(e.g. Pentium1, Pentium 2
etc..) But it comes at the cost of first time loading. For my
application, option provided by VB is fine(compile application
targeting a processor).

Is this option available in .Net?

Pls help.

Thanx and Regards,
Atul
 
Reply With Quote
 
 
 
 
Joel Martinez
Guest
Posts: n/a
 
      24th Nov 2004
Check out this linker from remotesoft

http://www.remotesoft.com/linker/

Joel Martinez
http://www.onetug.org - Orlando .NET User Group
http://www.codecube.net - blog

(E-Mail Removed) (Atul) wrote in message news:<(E-Mail Removed)>...
> Hi,
>
> In my winform application, when I try to launch any form first time,
> it takes long time, but for the next time it gets launched in a very
> less time.
>
> One reason I know is MSIl is converted into m/c code(JIT compilation).
> I cannot use ngen(it requires admin rights on the client m/c), so is
> there is any way by which I can skip this MSIL -> m/c code
> compilation?
>
> (VB compiles application specific to processor(e.g. Pentium), in .Net
> JIT compiles specific to processor type(e.g. Pentium1, Pentium 2
> etc..) But it comes at the cost of first time loading. For my
> application, option provided by VB is fine(compile application
> targeting a processor).
>
> Is this option available in .Net?
>
> Pls help.
>
> Thanx and Regards,
> Atul

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WinForm app speed issue John Microsoft Dot NET Framework Forms 3 8th May 2008 03:41 PM
WinForm app speed issue John Microsoft VB .NET 3 8th May 2008 03:41 PM
WinForm app speed issue John Microsoft ADO .NET 2 8th May 2008 05:03 AM
launch Excel from WinForm app BrenB Microsoft Dot NET Framework Forms 3 26th Jun 2007 07:16 PM
Slow WinForm 1st launch =?Utf-8?B?Y2hld2ll?= Microsoft Dot NET Framework Forms 2 13th Aug 2005 03:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:53 AM.