Click here to Skip to main content
15,915,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSharing a variable with no synchronization Pin
Hesham Amin1-Jun-04 6:42
Hesham Amin1-Jun-04 6:42 
GeneralRe: Sharing a variable with no synchronization Pin
jmkhael1-Jun-04 6:46
jmkhael1-Jun-04 6:46 
GeneralRe: Sharing a variable with no synchronization Pin
Hesham Amin1-Jun-04 6:51
Hesham Amin1-Jun-04 6:51 
GeneralRe: Sharing a variable with no synchronization Pin
jmkhael1-Jun-04 6:53
jmkhael1-Jun-04 6:53 
GeneralRe: Sharing a variable with no synchronization Pin
Hesham Amin1-Jun-04 6:56
Hesham Amin1-Jun-04 6:56 
GeneralRe: Sharing a variable with no synchronization Pin
jmkhael1-Jun-04 7:00
jmkhael1-Jun-04 7:00 
GeneralRe: Sharing a variable with no synchronization Pin
Hesham Amin1-Jun-04 7:05
Hesham Amin1-Jun-04 7:05 
GeneralRe: Sharing a variable with no synchronization Pin
Blake Miller1-Jun-04 13:09
Blake Miller1-Jun-04 13:09 
If there is any chance that some threads might be READING the data while others are changing it EVER, then you will have trouble unless you synchorize the readers ALONG with the writers.
If the data is only written before any of your reader threads start up, you are safe.

GeneralGrid control Pin
richiebabes1-Jun-04 6:09
richiebabes1-Jun-04 6:09 
GeneralRe: Grid control Pin
jmkhael1-Jun-04 6:13
jmkhael1-Jun-04 6:13 
GeneralAfxBeginThread problem (with member function) Pin
BlackDice1-Jun-04 5:46
BlackDice1-Jun-04 5:46 
GeneralRe: AfxBeginThread problem (with member function) Pin
jmkhael1-Jun-04 5:48
jmkhael1-Jun-04 5:48 
GeneralRe: AfxBeginThread problem (with member function) Pin
BlackDice1-Jun-04 5:51
BlackDice1-Jun-04 5:51 
GeneralRe: AfxBeginThread problem (with member function) Pin
BlackDice1-Jun-04 5:54
BlackDice1-Jun-04 5:54 
GeneralRe: AfxBeginThread problem (with member function) Pin
jmkhael1-Jun-04 5:59
jmkhael1-Jun-04 5:59 
GeneralRe: AfxBeginThread problem (with member function) Pin
BlackDice1-Jun-04 6:06
BlackDice1-Jun-04 6:06 
Generalvector problem Pin
BlackDice1-Jun-04 5:19
BlackDice1-Jun-04 5:19 
GeneralRe: vector problem Pin
Diddy1-Jun-04 5:34
Diddy1-Jun-04 5:34 
GeneralRe: vector problem Pin
BlackDice1-Jun-04 5:42
BlackDice1-Jun-04 5:42 
GeneralM.S.Chart Problem Pin
Member 3287141-Jun-04 4:59
Member 3287141-Jun-04 4:59 
GeneralMemory device context help Pin
JHAKAS1-Jun-04 4:55
JHAKAS1-Jun-04 4:55 
GeneralRe: Memory device context help Pin
JHAKAS1-Jun-04 5:11
JHAKAS1-Jun-04 5:11 
GeneralRe: Memory device context help Pin
PJ Arends1-Jun-04 22:05
professionalPJ Arends1-Jun-04 22:05 
GeneralIllegal conversion warning Pin
Jim Crafton1-Jun-04 4:15
Jim Crafton1-Jun-04 4:15 
GeneralRe: Illegal conversion warning Pin
Antony M Kancidrowski1-Jun-04 4:39
Antony M Kancidrowski1-Jun-04 4:39 

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.