[]'s
Nilson
----- Original Message ----- From: "Marcos Vinicius Lazarini" <[EMAIL PROTECTED]>
To: "dup" <[email protected]>
Sent: Monday, January 17, 2005 2:38 PM
Subject: Re: Apache x Apache2
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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

