#What is a monitor in process synchronization

1 messages · Page 1 of 1 (latest)

safe cairn
#

Hello guys, can someone explain what is a monitor in process synchronization please... is it correct to say that it's simply a program ? (ChatGPT is telling me that's is not simply a program... can someone elaborate please)

queen badger
#

found this ppt with some good info

#

page 30 says "A monitor is essentially a class, in which all data is private, and with the special restriction that only one method within any given monitor object may be active at the same time"

#

page 29 to 31 explain monitors if you want to look it up