From: Manoj Kasichainula Date: Thu, 2 Dec 1999 06:33:05 +0000 (+0000) Subject: A thread (of messages) in comp.programming.threads reminded me of this. X-Git-Tag: 1.3.10~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1faf306603e14ec2ee582c799a7474b170bfcaf;p=apache A thread (of messages) in comp.programming.threads reminded me of this. Blaaaah git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3c0f68af93..220b89b557 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 1999/11/30 00:52:30 $] +Last modified at [$Date: 1999/12/02 06:33:05 $] Release: @@ -52,6 +52,11 @@ RELEASE SHOWSTOPPERS: * Modules. Which modules do not work yet, can we get a list? + * We need a thread-safe resolver, at least on Unix. + Status: The best known candidate would be something from BIND + (v8 or v9?) The only other option would be to mutex all the + resolver calls, + RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Clean the code. There are a lot of places we used APR but didn't