A - Correct
Global Variables: Setting a regular global variable using set ::varname value is one of those operations that automatically demotes a virtual server from CMP. This is because CMP relies on consistent state across cores, and modifying global variables can introduce inconsistencies.
Static Global Variables: In contrast, setting a static global variable using set static::varname value doesn't demote the virtual server. Static global variables are shared across all cores without impacting CMP, as their values remain consistent.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
GVKD
5 months ago