Click here to Skip to main content
15,909,445 members
Home / Discussions / C#
   

C#

 
QuestionPlay Video stream coming from a network stream Pin
dihaz16-May-09 10:19
dihaz16-May-09 10:19 
QuestionDataset Update Pin
Stefano Negro16-May-09 10:03
Stefano Negro16-May-09 10:03 
QuestionMulti-threading using AutoResetEvent [modified] Pin
steve_rm16-May-09 9:28
steve_rm16-May-09 9:28 
AnswerRe: Multi-threading using AutoResetEvent Pin
S. Senthil Kumar16-May-09 9:39
S. Senthil Kumar16-May-09 9:39 
AnswerRe: Multi-threading using AutoResetEvent Pin
steve_rm16-May-09 17:24
steve_rm16-May-09 17:24 
GeneralRe: Multi-threading using AutoResetEvent Pin
Joe Woodbury16-May-09 18:21
professionalJoe Woodbury16-May-09 18:21 
GeneralRe: Multi-threading using AutoResetEvent Pin
steve_rm16-May-09 23:53
steve_rm16-May-09 23:53 
GeneralRe: Multi-threading using AutoResetEvent Pin
S. Senthil Kumar17-May-09 1:26
S. Senthil Kumar17-May-09 1:26 
steve_rm wrote:
Does that mean the the operation will has to complete all of it, or fail?


Yes, the CLR guarantees that all operations on datatypes less than or equal to the size of a native pointer will be atomic. So on a 32 bit machine, storing and retrieving integers is atomic, while the same operations on longs (64 bits in size) are not.

Regards
Senthil [MVP - Visual C#]
_____________________________
My Home Page |My Blog | My Articles | My Flickr | WinMacro

GeneralRe: Multi-threading using AutoResetEvent Pin
Daniel Grunwald17-May-09 1:30
Daniel Grunwald17-May-09 1:30 
AnswerRe: Multi-threading using AutoResetEvent Pin
Luc Pattyn16-May-09 10:00
sitebuilderLuc Pattyn16-May-09 10:00 
Questionfind file in web Pin
michaelgr116-May-09 4:17
michaelgr116-May-09 4:17 
AnswerRe: find file in web Pin
Roland Szigeti16-May-09 4:23
Roland Szigeti16-May-09 4:23 
GeneralRe: find file in web Pin
michaelgr116-May-09 4:32
michaelgr116-May-09 4:32 
GeneralRe: find file in web Pin
Roland Szigeti16-May-09 4:34
Roland Szigeti16-May-09 4:34 
GeneralRe: find file in web Pin
michaelgr116-May-09 4:36
michaelgr116-May-09 4:36 
GeneralRe: find file in web Pin
harold aptroot16-May-09 6:16
harold aptroot16-May-09 6:16 
GeneralRe: find file in web Pin
Manas Bhardwaj16-May-09 6:17
professionalManas Bhardwaj16-May-09 6:17 
GeneralRe: find file in web Pin
michaelgr116-May-09 6:35
michaelgr116-May-09 6:35 
AnswerRe: find file in web Pin
MumbleB16-May-09 6:45
MumbleB16-May-09 6:45 
GeneralRe: find file in web Pin
michaelgr116-May-09 7:09
michaelgr116-May-09 7:09 
GeneralRe: find file in web Pin
michaelgr116-May-09 8:28
michaelgr116-May-09 8:28 
AnswerRe: find file in web Pin
S. Senthil Kumar16-May-09 9:11
S. Senthil Kumar16-May-09 9:11 
QuestionC++ virtual destructor in C#? Why not? Pin
devvvy16-May-09 2:23
devvvy16-May-09 2:23 
AnswerRe: C++ virtual destructor in C#? Why not? Pin
S. Senthil Kumar16-May-09 4:45
S. Senthil Kumar16-May-09 4:45 
GeneralRe: C++ virtual destructor in C#? Why not? Pin
devvvy16-May-09 5:37
devvvy16-May-09 5:37 

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.