http://defect.opensolaris.org/bz/show_bug.cgi?id=12028


amaguire <alan.maguire at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alan.maguire at sun.com


--- Comment #2 from amaguire <alan.maguire at sun.com> 2009-10-21 16:41:04 UTC 
---
The fix for

12115 we need to limit the number of WLAN scan requests that can be made

will help here inasmuch as every wifi scan thread that queues up waiting for
the object lock will not trigger a scan, so even if we try to trigger numerous
scans via nwamadm scan-wifi or the GUI, the additional scan threads will only
consume thread creation resources. Note that we could in theory grab the object
prior to creating the scan thread in order to check last scan time instead, but
we don't want to block in processing the scan door request, so it's better to
simply create the detached thread and return.

-- 
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.

Reply via email to