Gentoo Archives: gentoo-server

From: Kashani <kashani-list@××××××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] nptl in production
Date: Mon, 21 Jun 2004 17:28:58
Message-Id: Pine.LNX.4.56L0.0406211021480.2528@bandwidth.zanti.com
In Reply to: [gentoo-server] nptl in production by Bart Braem
1 On Sat, 19 Jun 2004, Bart Braem wrote:
2
3 > I am running a server that sometimes get's a lot of traffic and we
4 > experienced some problems due to the amount of processes. We are
5 > considering using nptl for our apache2 server, does that work? Is it
6 > considered stable enough?
7 >
8 > Thanks for any advice!
9
10 Generally your module and libs support goes to hell when you turn
11 on threading in Apache2. mod_php itself is considered to be thread safe,
12 but adding in various things like imap support will break it because the
13 imap libs aren't thread safe. Most of the people who are using threaded
14 Apache2 are using it for very specific applications where they can avoid
15 supporting the usual module madness that general hosting requires.
16
17 There are a number of performance hacks you can do such as running
18 multiple webservers, one for dynamic content and one for static content.
19 If you want to talk more about what you're doing and need to support I can
20 try to make some suggestions.
21
22 kashani

Replies

Subject Author
Re: [gentoo-server] nptl in production Bart Braem <bart.braem@×××××.com>