Well, I'm afraid I've come to the conclusion that mod_perl is not for me, for two major reasons:
Jason
I'm assuming that you read over The Guide wrt programming and memory issues. That said: I've found that running the dual-server setup cuts down memory usage dramatically. This entails multiple lightweight front-ends running mod_proxy and mod_rewrite (plus PHP and whatever else) sending the "interesting" requests back to the heavyweight-but-fewer mod_perl servers. It is easy to setup -- in fact I include the build instructions + config with OpenInteract -- and has a huge payoff. Particularly with boxes that have multiple vhosts, only one or two of which need mod_perl functionality. Having twenty front-end servers and four or five mod_perl servers is not uncommon, and easily doable under 256MB.
Re:Memory, etc.
Purdy on 2002-02-12T21:05:53
ARGH - too... much ... information! I actually hadn't read the memory issues in The Guide, but now that you point it out, I see I have a lot more homework to do before I write off mod_perl completely. Man, I have a lot to learn!
Jason