Return-Path: X-Original-To: apmail-httpd-docs-archive@www.apache.org Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25557DCC5 for ; Mon, 8 Oct 2012 15:26:39 +0000 (UTC) Received: (qmail 11192 invoked by uid 500); 8 Oct 2012 15:26:38 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 11118 invoked by uid 500); 8 Oct 2012 15:26:38 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 11109 invoked by uid 99); 8 Oct 2012 15:26:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2012 15:26:38 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.216.52] (HELO mail-qa0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2012 15:26:32 +0000 Received: by mail-qa0-f52.google.com with SMTP id g24so2461905qab.18 for ; Mon, 08 Oct 2012 08:26:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer:x-gm-message-state; bh=J1/rTEBFnhX4SrmxqXHec29m3w8JDdcqtGjwiJmI9lE=; b=USVQi1h6HYmTjK5bTLr0Fg5oNWPQUDkNJFcao/4wpe7rJ0hkJthacvpEfEJn5+7AT8 22d+EROwJyj21oo4Pp2El3Oz4eM4vnZkyVT4YpULJ6MJOyP9Iy7gi0TYiE6JKtACosSO tffkCiea/BwDGB1W2keaQUdHi9iADVAi/IrOUWDAubKpmlucJh9Dvk7RNCLTmD3Clp+t PjZZ3gcn0V+BY/vY/CdRr0DR71fLATYYXnilO3G4xGydKmF8raxvlGCSCOhEZgZFppqe q6LlSvQL6o/1vkgc9tk2XrDmqal6RFlDf8gCG0riQ7RbXqRmm3bKgaT4xMf+Ky9mCu0k KUbA== Received: by 10.224.44.135 with SMTP id a7mr30467076qaf.84.1349709971009; Mon, 08 Oct 2012 08:26:11 -0700 (PDT) Received: from [192.168.0.192] (74-131-166-216.dhcp.insightbb.com. [74.131.166.216]) by mx.google.com with ESMTPS id jt10sm18036775qeb.4.2012.10.08.08.26.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Oct 2012 08:26:10 -0700 (PDT) From: Rich Bowen Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: multipart/alternative; boundary="Apple-Mail=_205D2BDF-6A33-49AF-94C8-BA417B7D58A8" Subject: Re: svn commit: r1395417 - in /httpd/httpd/trunk/docs/manual: mpm.html.en mpm.xml Date: Mon, 8 Oct 2012 11:26:07 -0400 In-Reply-To: To: docs@httpd.apache.org References: <20121007225915.2433723889BB@eris.apache.org> Message-Id: X-Mailer: Apple Mail (2.1278) X-Gm-Message-State: ALoCoQnVB++4Si5cNqRqrg/VB5duxW96rtWbBvOPlKaNeBN41ZMhdEudes7qMOhECnEYezJreEHA X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_205D2BDF-6A33-49AF-94C8-BA417B7D58A8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 On Oct 8, 2012, at 10:32 AM, Jeff Trawick wrote: > It isn't that simple. >=20 > APR_POLLSET_THREADSAFE has to be supported, and that is more than the > well-known capabilities of threads and polling. >=20 > APR_POLLSET_THREADSAFE means that the platform has an advanced polling > mechanism which allows pollsets to be manipulated in a certain way, > and that APR has an implementation that uses that mechanism. >=20 > Linux, Solaris, and FreeBSD/Mac OS X are platforms that satisify both > characteristics. z/OS is a platform that has an advanced polling > mechanism but without an APR implementation in the stable branches. > Neither AIX nor HP-UX have APR implementations, though I'd guess that > the OS has the feature and nobody has gotten around to exploiting it > in APR. Thank you for the clarification. I'll further clarify what I put in the = docs as soon as I have a chance. --=20 Rich Bowen rbowen@rcbowen.com Shosholoza --Apple-Mail=_205D2BDF-6A33-49AF-94C8-BA417B7D58A8 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=iso-8859-1
It isn't that = simple.

APR_POLLSET_THREADSAFE has to be supported, and that is = more than the
well-known capabilities of threads and = polling.

APR_POLLSET_THREADSAFE means that the platform has an = advanced polling
mechanism which allows pollsets to be manipulated in = a certain way,
and that APR has an implementation that uses that = mechanism.

Linux, Solaris, and FreeBSD/Mac OS X are platforms = that satisify both
characteristics.  z/OS is a platform that has = an advanced polling
mechanism but without an APR implementation in = the stable branches.
Neither AIX nor HP-UX have APR implementations, = though I'd guess that
the OS has the feature and nobody has gotten = around to exploiting it
in = APR.

Thank you for the clarification. = I'll further clarify what I put in the docs as soon as I have a = chance.

rbowen@rcbowen.com
Shosholoza

= --Apple-Mail=_205D2BDF-6A33-49AF-94C8-BA417B7D58A8--