Click here to Skip to main content
15,890,690 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: Crap on a cracker! Pin
Dr.Walt Fair, PE21-Mar-20 5:25
professionalDr.Walt Fair, PE21-Mar-20 5:25 
GeneralRe: Crap on a cracker! Pin
Mark_Wallace21-Mar-20 6:22
Mark_Wallace21-Mar-20 6:22 
GeneralRe: Crap on a cracker! Pin
#realJSOP21-Mar-20 8:25
mve#realJSOP21-Mar-20 8:25 
GeneralRIP Kenny Rogers Pin
Member 1477477021-Mar-20 2:15
Member 1477477021-Mar-20 2:15 
GeneralRe: RIP Kenny Rogers Pin
Richard MacCutchan21-Mar-20 2:16
mveRichard MacCutchan21-Mar-20 2:16 
GeneralRe: RIP Kenny Rogers Pin
Mike Hankey21-Mar-20 2:41
mveMike Hankey21-Mar-20 2:41 
GeneralRe: RIP Kenny Rogers Pin
DRHuff21-Mar-20 7:03
DRHuff21-Mar-20 7:03 
RantI fear and loathe writing multithreaded code Pin
honey the codewitch21-Mar-20 1:40
mvahoney the codewitch21-Mar-20 1:40 
It's funny, I write a lot of it but I'm awful at it. I can never seem to get my locking right in most of my projects. I get it "mostly" right which is even worse because it's that much harder to track down the occasional deadlock than it is to track down something that always causes failure.

Most of the time, I've taken to creating a copy of all the data a 2nd thread needs to do its work, passing it off, and then not synchronizing at all. I do this wherever possible, but I'm surprised I've found a way to make it work in so many scenarios.

Frankly, I think multithreading is a giant hack of computer programming in general because it turns a logic machine non-deterministic. Non-determinism doesn't destroy logic, but it works against the logical flow of the app. If I never needed it I'd be a happy lil monster.

/rant
Real programmers use butterflies

GeneralRe: I fear and loathe writing multithreaded code Pin
#realJSOP21-Mar-20 2:15
mve#realJSOP21-Mar-20 2:15 
GeneralRe: I fear and loathe writing multithreaded code Pin
honey the codewitch21-Mar-20 2:32
mvahoney the codewitch21-Mar-20 2:32 
GeneralRe: I fear and loathe writing multithreaded code Pin
Greg Utas21-Mar-20 2:46
professionalGreg Utas21-Mar-20 2:46 
GeneralRe: I fear and loathe writing multithreaded code Pin
honey the codewitch21-Mar-20 2:55
mvahoney the codewitch21-Mar-20 2:55 
GeneralRe: I fear and loathe writing multithreaded code Pin
Greg Utas21-Mar-20 3:13
professionalGreg Utas21-Mar-20 3:13 
GeneralRe: I fear and loathe writing multithreaded code Pin
Jörgen Andersson21-Mar-20 6:53
professionalJörgen Andersson21-Mar-20 6:53 
GeneralRe: I fear and loathe writing multithreaded code Pin
Greg Utas21-Mar-20 7:12
professionalGreg Utas21-Mar-20 7:12 
GeneralRe: I fear and loathe writing multithreaded code Pin
kalberts21-Mar-20 12:04
kalberts21-Mar-20 12:04 
GeneralRe: I fear and loathe writing multithreaded code Pin
Greg Utas21-Mar-20 13:12
professionalGreg Utas21-Mar-20 13:12 
GeneralRe: I fear and loathe writing multithreaded code Pin
Rick York21-Mar-20 8:06
mveRick York21-Mar-20 8:06 
GeneralRe: I fear and loathe writing multithreaded code Pin
kalberts21-Mar-20 9:39
kalberts21-Mar-20 9:39 
GeneralRe: I fear and loathe writing multithreaded code Pin
honey the codewitch21-Mar-20 10:34
mvahoney the codewitch21-Mar-20 10:34 
GeneralRe: I fear and loathe writing multithreaded code Pin
honey the codewitch21-Mar-20 10:38
mvahoney the codewitch21-Mar-20 10:38 
GeneralRe: I fear and loathe writing multithreaded code Pin
harold aptroot21-Mar-20 22:50
harold aptroot21-Mar-20 22:50 
GeneralRe: I fear and loathe writing multithreaded code Pin
honey the codewitch22-Mar-20 4:07
mvahoney the codewitch22-Mar-20 4:07 
GeneralI suddenly got back into Espresso again. Pin
OriginalGriff21-Mar-20 0:46
mveOriginalGriff21-Mar-20 0:46 
GeneralRe: I suddenly got back into Espresso again. Pin
lopatir21-Mar-20 0:49
lopatir21-Mar-20 0:49 

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.