if your long range goal is to use a performant multi-thread based configuration 
with the proviso that once set on the path you need to ensure all of Apache 
modules and binaries use multi-threaded libraries 
assuming you have apache-2.2.11 the --with-mpm=worker will deliver the worker 
based apache binaries you seek
./configure --enable-mods-shared=all --prefix=$HOME/webapps/(Application 
Name)/apache2 --with-mpm=worker
make
make install
a good tutorial is located here
http://forum.webfaction.com/viewtopic.php?id=1113

Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Wed, 22 Jul 2009 15:41:10 +0530
> Subject: Re: Configuring worker MPM for Tomcat
> From: kkchn...@gmail.com
> To: users@tomcat.apache.org
> 
> MPM  multi processing modules are features of   apache webserver not of
> Apache-Tomcat.
> 
>  There are differnent  MPM modules  default  Prefork in Linux/unix,  but for
> more simultaneous connections    you need to recompile apache webserver with
> Worker MPM  its not a feature of Tomcat .
> 
> 
> On Tue, Jul 21, 2009 at 3:15 PM, Anand Kumar Prabhakar
> <anand2...@gmail.com>wrote:
> 
> >
> > I'm trying to configure worker MPM for the first time. So i need the steps
> > to
> > configure them. Can't we implement worker MPM in tomcat server?
> >
> > --
> > View this message in context:
> > http://www.nabble.com/Configuring-worker-MPM-for-Tomcat-tp24582105p24584637.html
> > Sent from the Tomcat - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >

_________________________________________________________________
Windows Live™ SkyDrive™: Store, access, and share your photos. See how.
http://windowslive.com/Online/SkyDrive?ocid=TXT_TAGLM_WL_CS_SD_photos_072009

Reply via email to