Click here to Skip to main content
15,887,596 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: a newbie question about GitHub hosting Pin
theoldfool14-Apr-23 14:13
professionaltheoldfool14-Apr-23 14:13 
GeneralRe: a newbie question about GitHub hosting Pin
RickZeeland14-Apr-23 18:58
mveRickZeeland14-Apr-23 18:58 
GeneralRe: a newbie question about GitHub hosting Pin
charlieg15-Apr-23 3:51
charlieg15-Apr-23 3:51 
AnswerRe: the answer Pin
Jeremy Falcon15-Apr-23 1:21
professionalJeremy Falcon15-Apr-23 1:21 
GeneralRe: a newbie question about GitHub hosting Pin
giulicard16-Apr-23 23:16
giulicard16-Apr-23 23:16 
AnswerRe: a newbie question about GitHub hosting Pin
jweled17-Apr-23 2:26
jweled17-Apr-23 2:26 
GeneralRe: a newbie question about GitHub hosting Pin
MikeCO1017-Apr-23 2:56
MikeCO1017-Apr-23 2:56 
GeneralSo...what's .NET doing, exactly? Pin
dandy7214-Apr-23 8:04
dandy7214-Apr-23 8:04 
After installing an update to VS, I mean. Right now, I just updated to 17.5.4 (released earlier this week) from the previous 17.5.3.

Without fail, every time Visual Studio gets updated (I'm on 2022, but saw the same with previous versions), Task Manager shows many, many instances of mscorsvw.exe launching and running one after another--sequentially, not in parallel--for mere seconds each (< 2 seconds on average). It's actually a bit difficult to visualize with Task Manager as you might not even spot much going on, except that on each refresh the process (mscorsvw.exe) has a new PID and args, which means an instance has shut down, and a brand new one has started. I actually wrote a utility a while ago to log all process launches and shut downs, with full command-line args, etc, and right now - about an hour after the VS update process itself has completed and exited - I'm looking at over 800 instances of that process that have launched/closed (and still counting), each with params such as:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe -StartupEvent d80 -InterruptEvent 0 -NGENProcess d04 -Pipe d00 -Comment ""NGen Worker Process""

I realize this is one of those things that ultimately are "normal" and entirely to be expected (don't worry your pretty little head, after all, just let MS do its thing), but I'm just curious, if nothing else but for the fact that it seems excessive. I don't recall ever seeing any article or blog entry discussing what's going on during that phase.

[Unrelated: My utility demonstrates Win10 is consistently launching/closing roughly 10x more processes on their own, 24/7, than any predecessor ever did in the same amount of time. For all its progress in power-saving claims, this seems counterproductive. Again, why should anyone care? I'm not sure. I'm just sharing the observation...]
GeneralRe: So...what's .NET doing, exactly? PinPopular
Dan Neely14-Apr-23 8:42
Dan Neely14-Apr-23 8:42 
GeneralRe: So...what's .NET doing, exactly? Pin
dandy7214-Apr-23 10:24
dandy7214-Apr-23 10:24 
GeneralRe: So...what's .NET doing, exactly? Pin
jschell14-Apr-23 12:00
jschell14-Apr-23 12:00 
GeneralRe: So...what's .NET doing, exactly? Pin
Shao Voon Wong14-Apr-23 22:36
mvaShao Voon Wong14-Apr-23 22:36 
GeneralRe: So...what's .NET doing, exactly? Pin
dandy7216-Apr-23 6:54
dandy7216-Apr-23 6:54 
GeneralRe: So...what's .NET doing, exactly? Pin
Dan Neely15-Apr-23 7:34
Dan Neely15-Apr-23 7:34 
GeneralRe: So...what's .NET doing, exactly? Pin
gt2847c17-Apr-23 4:29
professionalgt2847c17-Apr-23 4:29 
GeneralRe: So...what's .NET doing, exactly? Pin
Andre_Prellwitz17-Apr-23 11:33
Andre_Prellwitz17-Apr-23 11:33 
GeneralRe: So...what's .NET doing, exactly? Pin
trønderen17-Apr-23 11:54
trønderen17-Apr-23 11:54 
GeneralRe: So...what's .NET doing, exactly? Pin
0x01AA14-Apr-23 10:53
mve0x01AA14-Apr-23 10:53 
GeneralRe: So...what's .NET doing, exactly? Pin
TNCaver14-Apr-23 15:13
TNCaver14-Apr-23 15:13 
GeneralRe: So...what's .NET doing, exactly? Pin
Jeremy Falcon15-Apr-23 1:26
professionalJeremy Falcon15-Apr-23 1:26 
GeneralRe: So...what's .NET doing, exactly? Pin
Calin Negru14-Apr-23 22:24
Calin Negru14-Apr-23 22:24 
GeneralRe: So...what's .NET doing, exactly? Pin
Jeremy Falcon15-Apr-23 1:23
professionalJeremy Falcon15-Apr-23 1:23 
GeneralRe: So...what's .NET doing, exactly? Pin
Bernie B.16-Apr-23 20:51
Bernie B.16-Apr-23 20:51 
Generalspeedy recall Pin
BernardIE531714-Apr-23 7:35
BernardIE531714-Apr-23 7:35 
GeneralRe: speedy recall Pin
0x01AA14-Apr-23 10:57
mve0x01AA14-Apr-23 10:57 

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.