Click here to Skip to main content
15,914,419 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 11:32
led mike9-Jan-07 11:32 
QuestionPopulating at design time using 'GetStandardValues' Pin
stovesy9-Jan-07 5:34
stovesy9-Jan-07 5:34 
Question.NET code execution... Pin
RajeshGuptha9-Jan-07 2:33
RajeshGuptha9-Jan-07 2:33 
AnswerRe: .NET code execution... Pin
led mike9-Jan-07 4:54
led mike9-Jan-07 4:54 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 5:48
RajeshGuptha9-Jan-07 5:48 
GeneralRe: .NET code execution... Pin
led mike9-Jan-07 6:03
led mike9-Jan-07 6:03 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 18:36
RajeshGuptha9-Jan-07 18:36 
AnswerRe: .NET code execution... Pin
Luc Pattyn9-Jan-07 5:00
sitebuilderLuc Pattyn9-Jan-07 5:00 
For one thing, there is the file system's cache; whatever file is read, it ends up in this
cache (its size could be something like 25% of your total memory, which can well be bigger
than your application's exe file) so later executions of that exe (or its dlls) may be
faster.

Second, there are the security checks (of which I dont know any details); they may
execute a lot faster second time around, probably also due to some caching.

Third, Visual seems to require a few seconds when your application throws its very first
exception (I dont know why this is), so be careful about any debugging/observation tool
that is active during your tests.

Further concerns:
- is your exe very big ?
- are there many many other files required (dlls, ....) ?
- do they all reside on local disks ?
- is any networking involved (which typically contains rather big timeouts) ?

Finally, I would not suspect the JIT, I never had to really wait for it.

Hope this helps.

Smile | :)




Luc Pattyn

QuestionRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 5:46
RajeshGuptha9-Jan-07 5:46 
AnswerRe: .NET code execution... Pin
Luc Pattyn9-Jan-07 6:09
sitebuilderLuc Pattyn9-Jan-07 6:09 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 18:31
RajeshGuptha9-Jan-07 18:31 
AnswerRe: .NET code execution... Pin
Luc Pattyn9-Jan-07 15:12
sitebuilderLuc Pattyn9-Jan-07 15:12 
QuestionFree GIS/Map Library? Pin
jimlaflin9-Jan-07 2:25
jimlaflin9-Jan-07 2:25 
AnswerRe: Free GIS/Map Library? Pin
Colin Angus Mackay9-Jan-07 5:53
Colin Angus Mackay9-Jan-07 5:53 
AnswerRe: Free GIS/Map Library? Pin
Pete O'Hanlon9-Jan-07 9:20
mvePete O'Hanlon9-Jan-07 9:20 
GeneralRe: Free GIS/Map Library? Pin
jimlaflin9-Jan-07 22:34
jimlaflin9-Jan-07 22:34 
QuestionC# vs VB.NET Pin
Carlos Mariano8-Jan-07 23:07
Carlos Mariano8-Jan-07 23:07 
AnswerRe: C# vs VB.NET Pin
Ri Qen-Sin8-Jan-07 23:59
Ri Qen-Sin8-Jan-07 23:59 
AnswerRe: C# vs VB.NET Pin
led mike9-Jan-07 4:52
led mike9-Jan-07 4:52 
AnswerRe: C# vs VB.NET Pin
Luc Pattyn9-Jan-07 5:06
sitebuilderLuc Pattyn9-Jan-07 5:06 
AnswerRe: C# vs VB.NET Pin
Kevin McFarlane9-Jan-07 5:07
Kevin McFarlane9-Jan-07 5:07 
AnswerRe: C# vs VB.NET Pin
Carlos Mariano9-Jan-07 7:30
Carlos Mariano9-Jan-07 7:30 
AnswerRe: C# vs VB.NET Pin
Guffa9-Jan-07 8:24
Guffa9-Jan-07 8:24 
GeneralRe: C# vs VB.NET Pin
Pete O'Hanlon10-Jan-07 0:16
mvePete O'Hanlon10-Jan-07 0:16 
GeneralRe: C# vs VB.NET Pin
Carlos Mariano10-Jan-07 7:15
Carlos Mariano10-Jan-07 7:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.