Re: [web2py] Re: apache prefork

2010-02-18 Thread Alexandre Andrade
from description of apache2-mpm-worker package: The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM. 2010/2/18 Alexandre Andrade > really, your

Re: [web2py] Re: apache prefork

2010-02-18 Thread Alexandre Andrade
really, your script setup-web2py-ubuntu.sh install apache2-mpm-worker. if you want change, just # apt-get install apache2-mpm-worker it will replace apache2-mpm-prefork. 2010/2/18 mdipierro > I am having a problem with apache running out of memory. Not sure if > this is a problem with web2p

Re: [web2py] Re: apache prefork

2010-02-18 Thread Thadeus Burgess
actually, i am wrong, it is using mpm-prefork -Thadeus On Thu, Feb 18, 2010 at 3:55 PM, Thadeus Burgess wrote: > look at my slice on web2pyslices about this. It uses mpm-worker only. > > -Thadeus > > > > > > On Thu, Feb 18, 2010 at 10:01 AM, mdipierro wrote: >> I am having a problem with ap

Re: [web2py] Re: apache prefork

2010-02-18 Thread Thadeus Burgess
look at my slice on web2pyslices about this. It uses mpm-worker only. -Thadeus On Thu, Feb 18, 2010 at 10:01 AM, mdipierro wrote: > I am having a problem with apache running out of memory. Not sure if > this is a problem with web2py caching or web2py. Can you provide an > example of how to u

[web2py] Re: apache prefork

2010-02-18 Thread mdipierro
I am having a problem with apache running out of memory. Not sure if this is a problem with web2py caching or web2py. Can you provide an example of how to use ONLY apache2-mpm-worker Massimo On Feb 18, 8:59 am, Alexandre Andrade wrote: > Well, > > I use prefork (non-thread) to allow use php in