Click here to Skip to main content
15,892,809 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: Do we really need asynchronous programming? I don't think so. Pin
CDP180218-Mar-15 22:42
CDP180218-Mar-15 22:42 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
manchanx18-Mar-15 23:01
professionalmanchanx18-Mar-15 23:01 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
CDP180218-Mar-15 23:04
CDP180218-Mar-15 23:04 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
CDP180218-Mar-15 23:10
CDP180218-Mar-15 23:10 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
manchanx18-Mar-15 23:37
professionalmanchanx18-Mar-15 23:37 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
CDP180218-Mar-15 23:45
CDP180218-Mar-15 23:45 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
Afzaal Ahmad Zeeshan19-Mar-15 1:01
professionalAfzaal Ahmad Zeeshan19-Mar-15 1:01 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
Mark J. Miller20-Mar-15 4:32
Mark J. Miller20-Mar-15 4:32 
Yes, he's right that the individual browser will wait anyway, but using async/await in MVC is less about faster individual responses and more about a single server handling more connections.

Anyone who thinks comparing individual times of sync verses async will show faster async times doesn't understand async programming and hasn't compared the results. Async isn't free lunch - it comes with overhead. Responsiveness doesn't always mean faster either, it's about providing feedback to the user that "we're working on it" and it means your UI isn't stuck during the process.
Code responsibly: OWASP.org
Mark's blog: www.developMENTALmadness.com

Bill Cosby - "A word to the wise ain't necessary - it's the stupid ones that need the advice."

GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
Afzaal Ahmad Zeeshan20-Mar-15 5:02
professionalAfzaal Ahmad Zeeshan20-Mar-15 5:02 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
DavidSherwood20-Mar-15 6:24
DavidSherwood20-Mar-15 6:24 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
Afzaal Ahmad Zeeshan20-Mar-15 12:28
professionalAfzaal Ahmad Zeeshan20-Mar-15 12:28 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
Vark11119-Mar-15 3:42
Vark11119-Mar-15 3:42 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
Brady Kelly19-Mar-15 20:00
Brady Kelly19-Mar-15 20:00 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
thund3rstruck20-Mar-15 2:44
thund3rstruck20-Mar-15 2:44 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
stevev620-Mar-15 3:55
stevev620-Mar-15 3:55 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
User 483504720-Mar-15 4:16
User 483504720-Mar-15 4:16 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
Mark J. Miller20-Mar-15 4:54
Mark J. Miller20-Mar-15 4:54 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
jschell20-Mar-15 12:27
jschell20-Mar-15 12:27 
GeneralRe: Do we really need asynchronous programming? I don't think so. Pin
KP Lee20-Mar-15 17:58
KP Lee20-Mar-15 17:58 
GeneralWeird naming conventions Pin
Jacquers18-Mar-15 22:02
Jacquers18-Mar-15 22:02 
GeneralRe: Weird naming conventions Pin
Rage18-Mar-15 22:04
professionalRage18-Mar-15 22:04 
GeneralRe: Weird naming conventions Pin
Johnny J.18-Mar-15 22:07
professionalJohnny J.18-Mar-15 22:07 
GeneralRe: Weird naming conventions Pin
Jacquers18-Mar-15 22:08
Jacquers18-Mar-15 22:08 
GeneralRe: Weird naming conventions Pin
Mike Hankey18-Mar-15 22:09
mveMike Hankey18-Mar-15 22:09 
JokeRe: Weird naming conventions Pin
V.18-Mar-15 22:50
professionalV.18-Mar-15 22: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.