On Mar 28, 2005, at 5:21 PM, Stas Bekman wrote:

Andrew Weiland wrote:
Is it possible to replicate the functionality of application pooling in IIS 6 with mod_perl2 and apache 2?
I've looked at Registry scripts but at this point am unsure as to how they can help me with more than one application.

Andrew, please explain what's IIS' application pooling.
Hi Andrew, Stats.
The answer I believe is no.

Application pooling basically lets you set up IIS sites and ODBC connnects in "shared"
mode (aka low or medium memory models) from IIS5. Then you're websites can share
the same memory footprint.


Correct me if I'm wrong, but I believe this was being talked about for perl6/modperl3 and solar variables.

On windows depending on your theading model, you might avoid the over head of code size x # of children.




-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com



Reply via email to