X-Spam-Check-By: sourceware.org Date: Fri, 17 Feb 2006 13:50:26 -0700 From: "Jerry D. Hedden" Subject: Apache2 Threads To: cygwin AT cygwin DOT com Message-ID: <20060217135026.fb30e530d17747c2b054d625b8945d88.bcd646dd8a.wbe@email.secureserver.net> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The 'worker' MPM for Apache2 uses threads. According to its docs: By using threads to serve requests, it is able to serve a large number of requests with less system resources than a process-based server. Yet it retains much of the stability of a process-based server by keeping multiple processes available, each with many threads. Since it uses less resources, I would recommend that we use that model under Cygwin. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/