RESOLVED FIXED 113152
[EFL] NetworkStateNotifier::updateState() is called too often
https://bugs.webkit.org/show_bug.cgi?id=113152
Summary [EFL] NetworkStateNotifier::updateState() is called too often
Chris Dumez
Reported 2013-03-24 06:07:15 PDT
On my machine, NetworkStateNotifier::updateState() is called about 20 times per minute even though my network online state is not changing. Calling NetworkStateNotifier::updateState() is a bit expensive as it uses udev to iterate through all the network interfaces and check if they have an IP address set. We should improve our NETLINK socket handling code a bit to avoid calling NetworkStateNotifier::updateState() uselessly as much as possible.
Attachments
Patch (2.73 KB, patch)
2013-03-24 06:15 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2013-03-24 06:15:01 PDT
WebKit Review Bot
Comment 2 2013-03-24 07:47:20 PDT
Comment on attachment 194746 [details] Patch Clearing flags on attachment: 194746 Committed r146728: <http://trac.webkit.org/changeset/146728>
WebKit Review Bot
Comment 3 2013-03-24 07:47:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.