Click here to Skip to main content
15,891,951 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.

 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Daniel Pfeffer25-Jun-20 22:37
professionalDaniel Pfeffer25-Jun-20 22:37 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Sander Rossel25-Jun-20 22:39
professionalSander Rossel25-Jun-20 22:39 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Super Lloyd26-Jun-20 0:39
Super Lloyd26-Jun-20 0:39 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
#realJSOP25-Jun-20 23:30
mve#realJSOP25-Jun-20 23:30 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Super Lloyd26-Jun-20 0:35
Super Lloyd26-Jun-20 0:35 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
#realJSOP26-Jun-20 8:17
mve#realJSOP26-Jun-20 8:17 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Mycroft Holmes26-Jun-20 12:43
professionalMycroft Holmes26-Jun-20 12:43 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
dandy7226-Jun-20 3:29
dandy7226-Jun-20 3:29 
#realJSOP wrote:
So what you're saying is that you can pretty much get away with writing crap code without trashing the user's machine...


Any particular web app won't necessarily trash the user's machine, but a browser on its own most certainly is more than capable.

Fire up any browser today and watch memory usage go up. You don't even have to load a page. I just launched Chrome on a freshly rebooted Win7 machine - 8 instances of chrome.exe showed up, chewing up at least 120MB of RAM - it hasn't even loaded a page; I always default to a blank one. Firefox launched 5 instances; one of them used up 245MB of RAM, then slowly backed down to 165. Edge (the Chromium-based one) also launched 8 instances, eating up at least 120MB. Any Chromium-based browser (and most of them today are) should show similar results.

I have a number of old laptops. I like taking one of them out in the backyard and browser for a while. With 4GB of RAM or less, this is getting into an exercise in frustration--it's constantly paging. I have older relatives with a system with 2GB of RAM - I don't know how they tolerate it. A friend-of-a-friend showed up recently with a "dead-slow" laptop with 8GB of RAM. I was appalled at its performance; it was constantly paging because...all the memory was going to the browser.

So while browsers themselves are heavily threaded and you hardly ever see a browser's main window turning white and its caption saying "unresponsive", you now kinda have to guess as to whether anything is ever going to spring back to life, as click events can take a long time to register and do anything in response.

And none of this is something the average web developer can do anything about. Have we really solved anything? "Throw more hardware at it" is such a cop-out.
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Stuart Dootson25-Jun-20 23:51
professionalStuart Dootson25-Jun-20 23:51 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Super Lloyd26-Jun-20 0:37
Super Lloyd26-Jun-20 0:37 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
dandy7226-Jun-20 3:35
dandy7226-Jun-20 3:35 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Stuart Dootson29-Jun-20 0:04
professionalStuart Dootson29-Jun-20 0:04 
GeneralRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
dandy7229-Jun-20 5:08
dandy7229-Jun-20 5:08 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
Slow Eddie26-Jun-20 2:57
professionalSlow Eddie26-Jun-20 2:57 
AnswerRe: It occur to me that web app have at least 1 big advantage over desktop app.... Pin
kmoorevs26-Jun-20 3:56
kmoorevs26-Jun-20 3:56 
GeneralThe IRS sent more than $1 billion in stimulus checks to dead people Pin
Marc Clifton25-Jun-20 6:54
mvaMarc Clifton25-Jun-20 6:54 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Greg Utas25-Jun-20 7:05
professionalGreg Utas25-Jun-20 7:05 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
kalberts25-Jun-20 7:26
kalberts25-Jun-20 7:26 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
PIEBALDconsult25-Jun-20 7:47
mvePIEBALDconsult25-Jun-20 7:47 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Greg Utas25-Jun-20 8:48
professionalGreg Utas25-Jun-20 8:48 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Ravi Bhavnani25-Jun-20 9:57
professionalRavi Bhavnani25-Jun-20 9:57 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
kalberts25-Jun-20 10:34
kalberts25-Jun-20 10:34 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Ravi Bhavnani25-Jun-20 14:08
professionalRavi Bhavnani25-Jun-20 14:08 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Greg Utas25-Jun-20 14:10
professionalGreg Utas25-Jun-20 14:10 
GeneralRe: The IRS sent more than $1 billion in stimulus checks to dead people Pin
Bloodday26-Jun-20 2:50
Bloodday26-Jun-20 2:50 

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.