Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 3972 invoked by uid 6000); 20 May 1999 16:20:03 -0000 Received: (qmail 3955 invoked by uid 2001); 20 May 1999 16:20:00 -0000 Date: 20 May 1999 16:20:00 -0000 Message-ID: <19990520162000.3954.qmail@hyperreal.org> To: jserv-bugdb@apache.org Cc: apache-bugdb@apache.org, From: Bart Locanthi Subject: Subject: Re: mod_jserv/4443: native threads don't work with jserv Reply-To: Bart Locanthi Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR mod_jserv/4443; it has been noted by GNATS. From: Bart Locanthi To: apwww@hyperreal.org Cc: apbugs@Apache.Org, p.fumagalli@fumagalli.org, bart@sabl.com Subject: Subject: Re: mod_jserv/4443: native threads don't work with jserv Date: Thu, 20 May 1999 09:17:51 +0000 i of course am using glibc 2.1, but i'm also using the v3 build of blackdown 1.1.7, which is compiled to work with glibc 2.1. are you saying the native threads part of v3 is compiled to work with glibc 2.1 but is broken in some other way? i had the same problems using Threads in servlets with the old glibc. i don't know if it's jserv or the blackdown native threads port. 1) i am able to use native threads outside of jserv. i have a program (http://mrhat.indius.com/pub/Self.java) that mercilessly pounds on Threads & Sockets, that works fine so long as it doesn't run out of resources (uncollected Sockets, perhaps?). 2) jserv appears to run fine with native threads so long as a servlet doesn't create a Thread. again, i need to try this on solaris to better point a finger. >State-Changed-From-To: open-closed >State-Changed-By: p.fumagalli@fumagalli.org >State-Changed-When: Thu May 20 04:42:43 PDT 1999 >State-Changed-Why: >This is not an issue with Apache JServ, but rather an issue >with Blackdown JDK-1.1.7 and RedHat 5.2/6.0 standard libraries >(GLIBC). >Please check your GLIBC version, I know that there are major >incompatibilities with version 2.1 of the Gnu C library and >native threads.