Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 76965 invoked from network); 4 Aug 2007 22:32:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Aug 2007 22:32:54 -0000 Received: (qmail 12372 invoked by uid 500); 4 Aug 2007 22:32:53 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 12363 invoked by uid 500); 4 Aug 2007 22:32:53 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 12340 invoked by uid 99); 4 Aug 2007 22:32:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Aug 2007 15:32:52 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.229.52.226] (HELO grimnir.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Aug 2007 22:32:33 +0000 Received: from grimnir.webthing.com (localhost [127.0.0.1]) by grimnir.webthing.com (Postfix) with ESMTP id C28C52135 for ; Sat, 4 Aug 2007 23:32:24 +0100 (BST) Date: Sat, 4 Aug 2007 23:32:24 +0100 From: Nick Kew To: modules-dev@httpd.apache.org Subject: Re: Idle time? Message-ID: <20070804233224.21be0fdf@grimnir> In-Reply-To: References: Organization: WebThing X-Mailer: Sylpheed-Claws 2.5.0-rc3 (GTK+ 2.10.6; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2 Aug 2007 13:00:20 -0400 Farokh Irani wrote: > Does apache support calling modules at idle time, ie after a time > interval when there's nothing going on, calling the modules so they > can get some processing time? It's not clear to me what you're looking for, but a function registered with ap_hook_monitor will be polled in the apache parent process. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/