Closed
Bug 1152040
Opened 10 years ago
Closed 10 years ago
Make PR_Poll use some small timeout all the time
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: mayhemer, Unassigned)
References
Details
Workaround for bug 698882.
nsSocketTransportService::PollTimeout should return 5 seconds at least.
Should be consulted with mobile people if we won't waste battery with this.
Comment 1•10 years ago
|
||
we should strive to be event driven and not wakeup at all without an event.. 698882 does indeed look like a mess but let's not change wakeup behavior on firefox for a TB issue..
so I'd like to WONTFIX it unless you feel strongly..
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 2•10 years ago
|
||
And what about doing it only during the shutdown?
Reporter | ||
Comment 3•10 years ago
|
||
Hmm.. but when we are already stuck, it won't help much...
I think there used to be some small timeout so that we looped once in a while. Maybe there even is one now, have to check it.
You need to log in
before you can comment on or make changes to this bug.
Description
•