Thadeu Penna wrote:
Vou instalar um servidor novo por aqui e gostaria de ouvir alguns
depoimentos sobre Apache 1 x Apache 2, em particular a performance, já
que a máquina não é lá estas coisas....
Uma pequena introdução, copiada da página dos pacotes: (o apache2 tem um
modo de trabalho como o apache1 - prefork).
apache2-mpm-prefork (2.0.52-3)
Traditional model for Apache2
This Multi-Processing Module (MPM) implements a non-threaded, pre-forking
web server that handles requests in a manner similar to Apache 1.3. It is
appropriate for sites that need to avoid threading for compatibility with
non-thread-safe libraries. It is also the best MPM for isolating each
request, so that a problem with a single request will not affect any
other.
It is not as fast, but is considered to be more stable.
apache2-mpm-worker (2.0.52-3)
High speed threaded model for Apache2
The worker MPM provides a threaded implementation for Apache2. It is
considerably faster than the traditional model, and is the recommended
MPM.
Worker generally is a good choice for high-traffic servers because it has
a smaller memory footprint than the prefork MPM.
Eu acho que vale a pena já partir pro apache2, a nao ser que sua memoria
seja bem reduzida...
--
Marcos
--
To UNSUBSCRIBE, email to debian-user-portuguese-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org