http://defect.opensolaris.org/bz/show_bug.cgi?id=12777
Summary: nwamd drops a signal on itself to process timed events
- stoopid
Classification: Development
Product: nwam
Version: RC5
Platform: ANY/Generic
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P4
Component: ON daemon
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: michael.hunter at sun.com
QAContact: nwam-dev at opensolaris.org
--- Comment #0 from Michael Hunter <michael.hunter at sun.com> 2009-11-19
18:25:22 UTC ---
nwamd_event_enqueue_timed() uses alarm() to drop a signal on itself to process
the timed event queue. Instead use a queue and the existing
pthread_cond_reltimedwait() in nwam_event_dequeue to do the same thing in a lot
clearer and efficient manner.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.