Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: issues with module versions

by pajout (Curate)
on Oct 06, 2005 at 14:04 UTC ( [id://497931]=note: print w/replies, xml ) Need Help??


in reply to Re: issues with module versions
in thread issues with module versions

Thanx for answer, we use this way too ;0) But it consumes more memory - apache childs, db connections etc...

Replies are listed 'Best First'.
Re^3: issues with module versions
by mpeters (Chaplain) on Oct 06, 2005 at 15:20 UTC
    You're right it will consume more memory, but most of this memory is shared (well, in *nix land it is, even in some OSes have problems reporting shared memory).

    You can reduce the number of apache children (and db connections) you need per application by running a simple lightweight proxy in front.

    -- More people are killed every year by pigs than by sharks, which shows you how good we are at evaluating risk. -- Bruce Schneier
      Yes, I know... httpd scaling has some limitations, especially, when non-shared part of httpd-children takes ~15M (which is not good state, I know).
      Imagine, that two similar legacy applications run under Apache, using the same db and sharing some perl modules. But, acidentally, one of them uses old version of MyFamily::Session and the second uses newer version of this package...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://497931]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2025-03-24 00:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (63 votes). Check out past polls.