From modperl-return-63103-apmail-perl-modperl-archive=perl.apache.org@perl.apache.org Sun Dec 16 23:20:21 2012 Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A30C9DB3F for ; Sun, 16 Dec 2012 23:20:21 +0000 (UTC) Received: (qmail 95630 invoked by uid 500); 16 Dec 2012 23:20:20 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 95604 invoked by uid 500); 16 Dec 2012 23:20:20 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 95597 invoked by uid 99); 16 Dec 2012 23:20:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2012 23:20:20 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [129.78.64.145] (HELO sanaa.ucc.usyd.edu.au) (129.78.64.145) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2012 23:20:10 +0000 Received: from sanaa.ucc.usyd.edu.au (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 52A3F1775DA; Mon, 17 Dec 2012 10:19:46 +1100 (EST) Received: from inforich.ucc.usyd.edu.au (inforich.ucc.usyd.edu.au [129.78.65.121]) by sanaa.ucc.usyd.edu.au (Postfix) with ESMTP id CC48B1775CF; Mon, 17 Dec 2012 10:19:45 +1100 (EST) Received: by inforich.ucc.usyd.edu.au (Postfix, from userid 5336) id 2DFAFEB11; Mon, 17 Dec 2012 10:19:45 +1100 (EST) Date: Mon, 17 Dec 2012 10:19:45 +1100 From: Jie Gao To: Grant Cc: modperl@perl.apache.org Subject: Re: Does mod_perl-2.0.4 support threads? Message-ID: <20121216231944.GA31103@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Checked: Checked by ClamAV on apache.org Not all functions are thread-safe, though. -Jie * Grant wrote: > Date: Fri, 14 Dec 2012 14:29:52 -0800 > From: Grant > To: modperl@perl.apache.org > Subject: Re: Does mod_perl-2.0.4 support threads? > > > All of the 2.x series supports threads. Your Perl has to be compiled for > threads though. > > > > - Perrin > > Thank you for clearing that up. > > - Grant > > > >> I'm stuck on mod_perl-2.0.4 for now and I'm seeing something in Gentoo > which makes me think it doesn't support threads. Is that true? > >> > >> - Grant