Bug #1211

Wakes up every second when not in use

Added by Anonymous 587 days ago. Updated 89 days ago.

Status:Wontfix Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:core
Target version:1.5.0
Pending:

Resolution:

wontfix

Patch available:


Description

I have a basic lighttpd install on my laptop for web development. If I use powertop (http://www.linuxpowertop.org/) I see that lighttpd is waking up frequently, and indeed server.c:1268 calls poll with a one second timeout.

How, I'm no master of the lighttpd source, but does this need to timeout at all? Passing -1 would mean that it could wait forever until something happens, which is ideal, but if that isn't possible could the timeout be increased?

-- ross

History

06/15/2007 03:34 PM - jan

  • Status changed from New to Fixed
  • Resolution set to wontfix

the 1 second wakeup is important to update statistics, cleanup zombies, ... and do other checks which are not related to a connection.

10/10/2008 07:05 PM - stbuehler

  • Status changed from Fixed to Wontfix

Also available in: Atom PDF