Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Use of Autoloader in Modern Times

by jgamble (Pilgrim)
on Nov 18, 2012 at 18:27 UTC ( [id://1004448]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Use of Autoloader in Modern Times
in thread Use of Autoloader in Modern Times

...until you run a preforking server and want to take as much advantage of COW as you can.

Could you expand on that a bit? How does copy on write and preforking incline one to use autoloading?

My own personal preference is to avoid it like a plaguish thing, but even my most massive module isn't on the same order as some CPAN monsters.

(Update: fix the italics tags)

  • Comment on Re^3: Use of Autoloader in Modern Times

Replies are listed 'Best First'.
Re^4: Use of Autoloader in Modern Times
by chromatic (Archbishop) on Nov 19, 2012 at 00:02 UTC

    If you have a preforking server and a modern operating system, you'll tend to save memory by loading everything before forking off children, because they'll share memory pages until something modifies them. That's the opposite of autoloading.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found