Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 46258 invoked by uid 500); 31 Jul 2001 17:47:06 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 46243 invoked from network); 31 Jul 2001 17:47:06 -0000 Message-ID: <008901c119e7$f1071ec0$8100a8c0@godzilla> From: "David Reid" To: "APR Development List" Subject: Conditionals... Date: Tue, 31 Jul 2001 18:39:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Folks, The httpd guys have started adding the code that uses pthread conditionals, but we did talk about possibly adding it to APR. So, what do we think? I guess what we're talking about is apr_cond_t apr_cond_create apr_cond_signal apr_cond_broadcast apr_cond_wait apr_cond_destroy I know it'll be a PITA to write the implementation on beos, but it *should* be possible. Given that the code in httpd currently is unix specific anyway, should we add a cond directory and simply return APR_ENOTIMPL for the other platforms while work is started for them? ISTR that no clear answer was given as to the possibility of having conditionals on OS/2, Windows and Netware... david