You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Greg Cope <gj...@rubberplant.freeserve.co.uk> on 2000/04/22 18:44:10 UTC

Re: mod_perl-1.99_01-dev [ - possibly OT ]

----- Original Message -----
From: "Gerald Richter" <ri...@ecos.de>
To: "Greg Cope" <gj...@rubberplant.freeserve.co.uk>; <mo...@apache.org>
Sent: 22 April 2000 13:36
Subject: RE: mod_perl-1.99_01-dev


> >
> > Does this  mean that we {will|may} be able to use the interpreter pool
to
> > set up X Perl interpreters (say 20 to service dynamic handlers) with Z
> > apache (say 60 to handle static + dynamic content - assuming the dynamic
> > content is passed to the Perl interpreters) children, and hence have
> > significant memory savings as we can avoid (in some cases) the
> > light / heavy
> > httpd model ?
> >
>
> If you use only threads (instead of processes) to handle request by
Apache,
> the answer is yes :-)

Going a little off topic here ...

I though the new apache model was a hybrid were there were preforked
children that then used threads - have I missed the plot here ?

Or is it either a preforked child model or a threaded model ?

Greg

>
> Gerald
>
>
> -------------------------------------------------------------
> Gerald Richter    ecos electronic communication services gmbh
> Internetconnect * Webserver/-design/-datenbanken * Consulting
>
> Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
> E-Mail:     richter@ecos.de         Voice:    +49 6133 925151
> WWW:        http://www.ecos.de      Fax:      +49 6133 925152
> -------------------------------------------------------------
>
>


Re: mod_perl-1.99_01-dev [ - possibly OT ]

Posted by Greg Cope <gj...@rubberplant.freeserve.co.uk>.
----- Original Message -----
From: "Gerald Richter" <ri...@ecos.de>
To: "Greg Cope" <gj...@rubberplant.freeserve.co.uk>; <mo...@apache.org>
Sent: 23 April 2000 13:46
Subject: RE: mod_perl-1.99_01-dev [ - possibly OT ]


> >
> > I though the new apache model was a hybrid were there were preforked
> > children that then used threads - have I missed the plot here ?
> >
>
> Yes, you can configure any combination. See Erics mails on the "RE:
mod_perl
> 2.x/perl 5.6.x ?" for a list of possible combinations.

Thanks

Greg

>
> Gerald
>
>
>


RE: mod_perl-1.99_01-dev [ - possibly OT ]

Posted by Gerald Richter <ri...@ecos.de>.
>
> I though the new apache model was a hybrid were there were preforked
> children that then used threads - have I missed the plot here ?
>

Yes, you can configure any combination. See Erics mails on the "RE: mod_perl
2.x/perl 5.6.x ?" for a list of possible combinations.

Gerald