NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Thick/Thin Good? (Score:2)
How did your think/thin Apache2 experiment go? Google only found this journal entry, where have you seen this technique used before?
-- "It's not magic, it's work..."
Re:Thick/Thin Good? (Score:1)
I seem
Re:Thick/Thin Good? (Score:2)
I've seen the technique advocated a number of times, either a simple Apache front end or with a dedicated Squid proxy, and the a complex heavy Apache/mod_perl backend. I've never actually tried it myself, hence my interest in your experience.
My feeling was that as Apache shares mod_perl memory so to run Apache/mod_Perl in think/thin you'd need to run two instances rather than two virtual servers in the same instance, though I'd like to be proved wrong.
The kernel server you are think of is called TUX [redhat.com], an
-- "It's not magic, it's work..."
Re:Thick/Thin Good? (Score:1)
My gut feel was that I wouldn't save any memory by using the thick thin virtual server config ( though I probably ought to check ), but I'm a bit cautious when it comes to testing, and often have multiple versions of the same mod_perl app running on different apaches on the same physical server - it lets me test upgrades and dependencies, and is very good for team working. By replicating the "feel" of a thick thin environment, my objective was to simulate the app without the hassle of starting and stopping different apaches in x different instances.
Thanks for the link to TUX, although I'll probably heed your advice and leave kernel to do kernel things, and let http take care of its self in application space.
Reply to This
Parent
Re:Thick/Thin Good? (Score:2)
I'd be very interested in whatever conclusions you reach.
-- "It's not magic, it's work..."