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: So this is fun: a war story Pin
jmaida30-Sep-23 15:59
jmaida30-Sep-23 15:59 
GeneralRe: So this is fun: a war story Pin
honey the codewitch30-Sep-23 8:09
mvahoney the codewitch30-Sep-23 8:09 
GeneralRe: So this is fun: a war story Pin
Mircea Neacsu30-Sep-23 8:13
Mircea Neacsu30-Sep-23 8:13 
GeneralRe: So this is fun: a war story Pin
honey the codewitch30-Sep-23 8:14
mvahoney the codewitch30-Sep-23 8:14 
GeneralRe: So this is fun: a war story Pin
Mircea Neacsu30-Sep-23 8:16
Mircea Neacsu30-Sep-23 8:16 
GeneralRe: So this is fun: a war story Pin
honey the codewitch30-Sep-23 8:19
mvahoney the codewitch30-Sep-23 8:19 
GeneralRe: So this is fun: a war story Pin
Mircea Neacsu30-Sep-23 8:29
Mircea Neacsu30-Sep-23 8:29 
GeneralRe: So this is fun: a war story Pin
Daniel Pfeffer30-Sep-23 8:21
professionalDaniel Pfeffer30-Sep-23 8:21 
Unlike mutexes & semaphores, a critical section is not a Kernel object. Acquiring a mutex or semaphore always requires a switch into kernel mode, which is not necessarily true for critical sections.

The major disadvantages of critical sections are:
  1. They are not shareable between processes (unlike semaphores and mutexes)
  2. They are not recursive (unlike mutexes)
Freedom is the freedom to say that two plus two make four. If that is granted, all else follows.
-- 6079 Smith W.

GeneralRe: So this is fun: a war story Pin
Mircea Neacsu30-Sep-23 8:23
Mircea Neacsu30-Sep-23 8:23 
GeneralHealthcare Apps decision choice Pin
Nand3229-Sep-23 22:08
Nand3229-Sep-23 22:08 
GeneralRe: Healthcare Apps decision choice Pin
OriginalGriff29-Sep-23 22:42
mveOriginalGriff29-Sep-23 22:42 
GeneralRe: Healthcare Apps decision choice Pin
Nand3229-Sep-23 23:08
Nand3229-Sep-23 23:08 
GeneralRe: Healthcare Apps decision choice Pin
honey the codewitch30-Sep-23 1:09
mvahoney the codewitch30-Sep-23 1:09 
GeneralRe: Healthcare Apps decision choice Pin
dandy7230-Sep-23 3:36
dandy7230-Sep-23 3:36 
GeneralRe: Healthcare Apps decision choice Pin
Nelek30-Sep-23 4:43
protectorNelek30-Sep-23 4:43 
GeneralRe: Healthcare Apps decision choice Pin
dandy7230-Sep-23 5:46
dandy7230-Sep-23 5:46 
GeneralRe: Healthcare Apps decision choice Pin
Gerry Schmitz30-Sep-23 6:05
mveGerry Schmitz30-Sep-23 6:05 
GeneralRe: Healthcare Apps decision choice Pin
PIEBALDconsult30-Sep-23 14:35
mvePIEBALDconsult30-Sep-23 14:35 
GeneralRe: Healthcare Apps decision choice Pin
pkfox30-Sep-23 23:09
professionalpkfox30-Sep-23 23:09 
GeneralRe: Healthcare Apps decision choice Pin
jschell2-Oct-23 5:39
jschell2-Oct-23 5:39 
GeneralWordle 833 Pin
StarNamer@work29-Sep-23 14:11
professionalStarNamer@work29-Sep-23 14:11 
GeneralRe: Wordle 833 Pin
GKP199229-Sep-23 16:31
professionalGKP199229-Sep-23 16:31 
GeneralRe: Wordle 833 Pin
Amarnath S29-Sep-23 16:45
professionalAmarnath S29-Sep-23 16:45 
GeneralRe: Wordle 833 Pin
Sandeep Mewara29-Sep-23 17:16
mveSandeep Mewara29-Sep-23 17:16 
GeneralRe: Wordle 833 Pin
OriginalGriff29-Sep-23 19:43
mveOriginalGriff29-Sep-23 19:43 

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.