[us...@httpd] MPM - connection

2010-01-14 Thread Andrew Hole
Hi! I was reading an interesting document http://httpd.apache.org/docs/2.0/misc/perf-tuning.html about MPM and I would like to clarify a doubt regarding the concept of connection: * The worker MPM uses multiple child processes with many threads each. Each thread handles one connection at a

Re: [us...@httpd] MPM - connection

2010-01-14 Thread Mark Watts
On Thu, 2010-01-14 at 10:17 +, Andrew Hole wrote: What means Each process/thread handles one connection at a time? A connection is a request made by the client? A thread just handle a request? A client (web browser) makes a connection to the server, thus using up one Prefork_MPM child

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread ricardo figueiredo
Hi, On Tue, Jun 16, 2009 at 11:55 PM, Prasanna Ram Venkatachalam vpra...@gmail.com wrote: I read Apache's documentation and would like to know: How do default MPM module in Linux ?? Prefork or Worker ?? Prefork is the default Other question. How do I change to MPM Worker ?? Compile

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread Prasanna Ram Venkatachalam
Only installing Apache ??? Couldn't insert only module worker.c ?? Nope. You have to recompile it as far as I know! Regards Prasanna Ram

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread ricardo figueiredo
Hi Prasanna Ram, Great Help !!! Thank you very much. Ricardo On Wed, Jun 17, 2009 at 8:30 AM, Prasanna Ram Venkatachalam vpra...@gmail.com wrote: Only installing Apache ??? Couldn't insert only module worker.c ?? Nope. You have to recompile it as far as I know! Regards Prasanna Ram

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread ricardo figueiredo
Hi, Other question. I compiled Apache with parameter --with-mpm=worker. What default values and maximum values for directives (ServerLimit, MaxClient, ThreadsPerChild, etc) ??? Thank you Ricardo On Wed, Jun 17, 2009 at 8:34 AM, ricardo figueiredo ricardoogra...@gmail.com wrote: Hi Prasanna

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread Prasanna Ram Venkatachalam
What default values and maximum values for directives (ServerLimit, MaxClient, ThreadsPerChild, etc) ??? Chk this http://httpd.apache.org/docs/2.0/mod/worker.html And follow the link for each directive to find more about it Regards Prasanna Ram

Re: [us...@httpd] MPM Default in Linux

2009-06-17 Thread Arnab Ganguly
Information's you are asking is very much there in http://httpd.apache.org/docs/2.2/mod/directives.html. Search the index you will get all the directives info and there default values. Thanks -A On Wed, Jun 17, 2009 at 9:27 PM, ricardo figueiredo ricardoogra...@gmail.com wrote: Hi, Other

[us...@httpd] MPM Default in Linux

2009-06-16 Thread ricardo13
Hi, I read Apache's documentation and would like to know: How do default MPM module in Linux ?? Prefork or Worker ?? I ran the command httpd -l and shows some modules: core.c mod_authn_file.c mod_authn_default.c mod_authz_host.c mod_env.c mod_setenvif.c prefork.c ---

Re: [us...@httpd] MPM Default in Linux

2009-06-16 Thread Prasanna Ram Venkatachalam
I read Apache's documentation and would like to know: How do default MPM module in Linux ?? Prefork or Worker ?? Prefork is the default Other question. How do I change to MPM Worker ?? Compile like this ./configure --prefix=/usr/local/apache --with-mpm=worker Regards Prasanna Ram

[us...@httpd] MPM

2009-03-26 Thread Andrew Hole
By default the following instructions are commented: # Server-pool management (MPM specific) #Include conf/extra/httpd-mpm.conf In this case MPM is enabled ? Which are the default values? By the way: The number of active workers on Apache is exactly the same number of active threads in Tomcat?

Re: [us...@httpd] MPM

2009-03-26 Thread Tom Evans
On Thu, 2009-03-26 at 15:40 +, Andrew Hole wrote: By default the following instructions are commented: # Server-pool management (MPM specific) #Include conf/extra/httpd-mpm.conf In this case MPM is enabled ? Which are the default values? The MPM is configured when the server is