mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 12:49:07 +00:00
ad306ebe8f
- Deal with the fact that on Linux, pipe isn't actually a pipe, meaning ends can die independently. - Establish a timeout so we don't hang forever if the child process has crashed. - Reduce the poll timeout to 0.1 since we don't have to wait that long anymore now the underlying issue has been fixed.
================ mozsystemmonitor ================ mozsystemmonitor contains modules for monitoring a running system. SystemResourceMonitor ===================== mozsystemmonitor.resourcemonitor.SystemResourceMonitor is class used to measure system resource usage. It is useful to get a handle on what an overall system is doing.