What is noticeboard.state?

noticeboard.state is a system process for sharing state information between processes.

What is noticeboard.state?

noticeboard.state provides a shared board where system processes can post and read state information. Rather than each process asking others for their current state, they post updates to the board, and interested processes read from it.

What kind of state?

The board shares information such as:

Why use a board?

It keeps processes apart. Publishers do not need to know who is reading, and readers do not need to know who is publishing. This makes the system more modular and faster than direct process-to-process queries.

Should you worry?

No. It is a normal macOS system process for sharing state between processes in a clean way.


Enjoyed this post?

Well, you could share the post with others, follow me with RSS Feeds and/or send me a comment via email.


Tags

Category:

Year: