Project

General

Profile

Actions

Bug #1211

closed

Wakes up every second when not in use

Added by Anonymous almost 17 years ago. Updated over 15 years ago.

Status:
Wontfix
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

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

Actions #1

Updated by jan almost 17 years ago

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

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Wontfix
Actions

Also available in: Atom