I am using the hwinfo SDK to periodically fetch hardware status information from various motherboards. My program is designed to call hwinfo.status() every second to get the current status. This works well with most motherboards, where the hwinfo.status() call typically takes less than 50ms...