Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 08:30:07 -0600
From:      Rik Scarborough <RikSca@kc.rr.com>
To:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Is threading possible in Apache
Message-ID:  <20020322143007.GB332@gruffy.kc.rr.com>

next in thread | raw e-mail | index | archive | help
I'm trying to compile Apache to use threading instead of prefork.  As
Apache is configured I get this interesting message.

checking which MPM to use... threaded
The currently selected MPM requires threads which your system seems to
lack
checking checking for replacement... prefork selected

Looking back to where it checks for threading:

Checking for Threads...
APR will be non-threaded
checking for sigsuspend... yes
checking for sigwait... no
checking for poll... yes
checking for getpwnam_r... no
checking for getpwuid_r... no
checking for getgrgid_r... no

I'm having a problem getting a library (mod_jk) to work under Apache
because mod_jk cannot find pthread_mutex_unlock.  I'm hoping that if
Apache is using threads, mod_jk can as well.

Any ideas of where to go next.

~Rik
-- 
Ranger Rik -- RikSca@mac.com

Brought to you by FreeBSD 4.5               Joshua 24:15

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322143007.GB332>