Opened 18 years ago
Closed 18 years ago
#10637 closed defect (fixed)
daemontools "supervise" process uses poll and chews 100% cpu
Reported by: | m-darwinports@… | Owned by: | yeled@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | daemontools supervise poll cpu | Cc: | |
Port: |
Description
The daemontools "supervise" apparently uses poll, which on Mac OS X causes it to chew 100% cpu per process. This quick fix causes the poll support to fail to compile and select is used instead for no heavy cpu load.
Note: See
TracTickets for help on using
tickets.
ok, attaching a file failed... here's the patch inlined