Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 713CB10F11 for ; Wed, 10 Jul 2013 19:44:41 +0000 (UTC) Received: (qmail 1968 invoked by uid 500); 10 Jul 2013 19:44:41 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 1911 invoked by uid 500); 10 Jul 2013 19:44:40 -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 1902 invoked by uid 99); 10 Jul 2013 19:44:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:44:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alex@alex.org.uk designates 89.16.176.221 as permitted sender) Received: from [89.16.176.221] (HELO mail.avalus.com) (89.16.176.221) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:44:34 +0000 Received: by mail.avalus.com (Postfix) with ESMTPSA id D97D0C560B4; Wed, 10 Jul 2013 20:44:06 +0100 (BST) From: Alex Bligh Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Threaded vs non-threaded dev package Date: Wed, 10 Jul 2013 20:44:05 +0100 Message-Id: <4A8AB74F-D003-4F2C-9524-0E756C094D86@alex.org.uk> Cc: Alex Bligh To: modules-dev@httpd.apache.org Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-Virus-Checked: Checked by ClamAV on apache.org I am compiling a module I have written on Ubuntu Precise. The module = will always be run on apache-mpm-prefork (i.e. the non-threaded mpm), but the module = itself uses threads (apr_thread*). Should I be compiling against = apache2-threaded-dev or apache2-prefork-dev? Or doesn't it matter? --=20 Alex Bligh