Re: Two Server Setup Strategy Question

2005-07-27 Thread Perrin Harkins
On Wed, 2005-07-27 at 15:53 -0400, Rodger Castle wrote: > Ah, I see. We should be doing it in chunks and not all at once. Will > adjust to fit and see how that goes. That makes sense. Thank you. There's lots more good information about this here: http://modperlbook.org/html/ch13_01.html - Perrin

Re: Two Server Setup Strategy Question

2005-07-27 Thread Rodger Castle
On Wed, Jul 27, 2005 at 03:27:36PM -0400, Perrin Harkins wrote: > On Wed, 2005-07-27 at 14:15 -0400, Rodger Castle wrote: > > You know, I've been experiencing incremental growth my mod_perl2 httpd > > processes, but these are during operation. > > That's normal. As your processes handle requests

Re: Two Server Setup Strategy Question

2005-07-27 Thread Perrin Harkins
On Wed, 2005-07-27 at 14:15 -0400, Rodger Castle wrote: > You know, I've been experiencing incremental growth my mod_perl2 httpd > processes, but these are during operation. That's normal. As your processes handle requests they will use more memory and grow. Note that these are not memory leaks,

Re: Two Server Setup Strategy Question

2005-07-27 Thread Rodger Castle
On Wed, Jul 27, 2005 at 11:01:56AM -0700, Philippe M. Chiasson wrote: > Jonathan Vanasco wrote: .. > are trying to do. > > > I've always installed mp2 as a dso - should i not? > > It's perfectly fine to do so. As a warning, though, there are known issues > with mod_perl DSO and FreeBSD's defaul

Re: Two Server Setup Strategy Question

2005-07-27 Thread Philippe M. Chiasson
Jonathan Vanasco wrote: > I'd like to use the 2+ server setup strategy: > > Vanilla Apache > bound to port 80 > proxypass to mod_perl server on different ports > > I got that running on Linux using 2 sourcetrees as in the modperlbook > > I just got a new server with FreeBSD 5.4-RELEASE o