Re: apache22 and threads

2010-09-21 Thread Victor Sudakov
Michael Powell wrote: When building apache22 from ports, would you recommend to enable or to disable threads support? Even more confusing is the fact that for ports/www/apache22 the default is: Enable threads support in APR is off (WITHOUT_THREADS=true) while for

Re: apache22 and threads

2010-09-21 Thread Michael Powell
Victor Sudakov wrote: [snip] My thoughts are this matters depending upon which mpm you choose to build into apache. The default is prefork, and it handles incoming requests by spawning child processes. Do you mean to say WITH_MPM=prefork works exactly like apache13? Essentially yes.

Re: apache22 and threads

2010-09-21 Thread Alejandro Imass
On Tue, Sep 21, 2010 at 5:48 AM, Michael Powell nightre...@hotmail.com wrote: Victor Sudakov wrote: [snip] [...] The prefork mpm without threads and mod_php is a safe bet for a server that will not be hitting the wall, traffic volume-wise. Yeah well php sucks in any case, for many reasons

apache22 and threads

2010-09-20 Thread Victor Sudakov
Colleagues, When building apache22 from ports, would you recommend to enable or to disable threads support? Even more confusing is the fact that for ports/www/apache22 the default is: Enable threads support in APR is off (WITHOUT_THREADS=true) while for ports/devel/apr1 the default is: Enable

Re: apache22 and threads

2010-09-20 Thread Michael Powell
Victor Sudakov wrote: Colleagues, When building apache22 from ports, would you recommend to enable or to disable threads support? Even more confusing is the fact that for ports/www/apache22 the default is: Enable threads support in APR is off (WITHOUT_THREADS=true) while for