Saturday, 15 June 2013

c# - Is the "synchronized access of threads" the opposite to "synchronizing the shared object"? -



c# - Is the "synchronized access of threads" the opposite to "synchronizing the shared object"? -

what phrase:

"we getting inconsistent output access of these threads printer object synchronized"

in article threads , thread synchronization in c# mean?

what "consistent output" , "synchronized access"? "synchronized access of threads" synonym inconsistent , opposite/antonym next in article description of synchronized shared object use?

is “synchronized access of threads” opposite “synchronizing shared object”?

no, these have same meaning.

the article should say:

"we getting inconsistent output access of these threads printer object not synchronized"

what "consistent output" , "synchronized access"?

consistent output same each time run program. synchronized access mutually exclusive access: 1 thread access resource

does "synchronized access of threads" synonym inconsistent , opposite/antonym next in article description of synchronized shared object use?

no.

c# multithreading asynchronous synchronization locking

No comments:

Post a Comment