Click here to Skip to main content
15,887,746 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: CCC 07-09-23 - Solution Pin
OriginalGriff7-Sep-23 2:31
mveOriginalGriff7-Sep-23 2:31 
GeneralRe: CCC 07-09-23 - Solution Pin
pkfox7-Sep-23 2:36
professionalpkfox7-Sep-23 2:36 
GeneralRe: CCC 07-09-23 - Solution Pin
Peter_in_27807-Sep-23 3:06
professionalPeter_in_27807-Sep-23 3:06 
GeneralRe: CCC 07-09-23 - Solution Pin
pkfox7-Sep-23 3:20
professionalpkfox7-Sep-23 3:20 
GeneralRe: CCC 07-09-23 - Solution Pin
Peter_in_27807-Sep-23 13:16
professionalPeter_in_27807-Sep-23 13:16 
GeneralUtilization Pin
honey the codewitch7-Sep-23 1:20
mvahoney the codewitch7-Sep-23 1:20 
PraiseRe: Utilization Pin
fgs19637-Sep-23 2:05
fgs19637-Sep-23 2:05 
GeneralRe: Utilization Pin
Kornfeld Eliyahu Peter7-Sep-23 3:10
professionalKornfeld Eliyahu Peter7-Sep-23 3:10 
I think you didn't think that to the end...
If any single software would take up all the resources it would kill any real productivity...
Let us say VS takes all memory just when opening a solution... Now I ask it to compile that solution... VS - by default IIRC - will compile 8 projects in parallel, so it will try and fire-up 8 instances of msbuild... But there is no memory, so before each and every of those 8 instances the OS will do a memory swap... And memory swap for the 4th instance of msbuild may take memory from the 1st instance as it may be in IO (blocked) and considered inactive... And memory swapping is very expensive...

I do agree that any app should utilize all resource when it needs it, but it also should release it the moment it needs it not...
"If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization." ― Gerald Weinberg

GeneralRe: Utilization Pin
honey the codewitch7-Sep-23 4:12
mvahoney the codewitch7-Sep-23 4:12 
GeneralRe: Utilization Pin
Mircea Neacsu7-Sep-23 6:07
Mircea Neacsu7-Sep-23 6:07 
GeneralRe: Utilization Pin
honey the codewitch7-Sep-23 6:15
mvahoney the codewitch7-Sep-23 6:15 
GeneralRe: Utilization Pin
trønderen7-Sep-23 7:00
trønderen7-Sep-23 7:00 
GeneralRe: Utilization Pin
SeattleC++8-Sep-23 9:46
SeattleC++8-Sep-23 9:46 
GeneralRe: Utilization Pin
trønderen8-Sep-23 11:43
trønderen8-Sep-23 11:43 
GeneralRe: Utilization Pin
Ralf Quint8-Sep-23 18:53
Ralf Quint8-Sep-23 18:53 
GeneralRe: Utilization Pin
den2k887-Sep-23 5:03
professionalden2k887-Sep-23 5:03 
GeneralRe: Utilization Pin
honey the codewitch7-Sep-23 5:05
mvahoney the codewitch7-Sep-23 5:05 
GeneralRe: Utilization Pin
Member 133016797-Sep-23 20:29
Member 133016797-Sep-23 20:29 
GeneralRe: Utilization Pin
honey the codewitch7-Sep-23 21:46
mvahoney the codewitch7-Sep-23 21:46 
GeneralRe: Utilization Pin
jschell7-Sep-23 5:19
jschell7-Sep-23 5:19 
GeneralRe: Utilization Pin
honey the codewitch7-Sep-23 5:47
mvahoney the codewitch7-Sep-23 5:47 
GeneralRe: Utilization Pin
Gary Wheeler7-Sep-23 6:04
Gary Wheeler7-Sep-23 6:04 
GeneralRe: Utilization Pin
honey the codewitch7-Sep-23 6:22
mvahoney the codewitch7-Sep-23 6:22 
GeneralRe: Utilization Pin
Gary Wheeler7-Sep-23 6:31
Gary Wheeler7-Sep-23 6:31 
GeneralRe: Utilization Pin
honey the codewitch7-Sep-23 6:32
mvahoney the codewitch7-Sep-23 6:32 

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.