From owner-freebsd-apache@FreeBSD.ORG Sat Jul 3 21:13:06 2010 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B213810656C0 for ; Sat, 3 Jul 2010 21:13:06 +0000 (UTC) (envelope-from sbw@sbw.org) Received: from mail45.atl.registeredsite.com (mail45.atl.registeredsite.com [209.237.134.235]) by mx1.freebsd.org (Postfix) with ESMTP id 5DBF08FC0A for ; Sat, 3 Jul 2010 21:13:06 +0000 (UTC) Received: from sbw.org (sbw.org [216.122.248.82] (may be forged)) by mail45.atl.registeredsite.com (8.12.11.20060308/8.12.11) with ESMTP id o63LD2RH013810 for ; Sat, 3 Jul 2010 17:13:02 -0400 Received: from sbw630.sbw.org (sbw.org [216.122.248.82]) by sbw.org (8.11.6/8.11.0) with ESMTP id o63LD2G77619 for ; Sat, 3 Jul 2010 14:13:02 -0700 (PDT) (envelope-from sbw@sbw.org) Message-Id: <201007032113.o63LD2G77619@sbw.org> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 03 Jul 2010 14:12:55 -0700 To: apache@freebsd.org From: Steve Williams Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: mod_wsgi Daemon Mode: "Enable threads support in APR"? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2010 21:13:06 -0000 I'd like to run mod_wsgi in "daemon mode." I read in the docs: http://code.google.com/p/modwsgi/ >Daemon mode of mod_wsgi will however only be available on Apache 2.0 >or 2.2 running on UNIX, and only when the Apache runtime library >underlying Apache has been compiled with support for threading. When I make config in apache-2.2.15_9, I see the option "Enable threads support in APR." Is that what the mod_wsgi doc is referring to? Can anyone point me to discussion or documentation of the pros and cons of that config option? Thanks!