Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Does module size matter under mod_perl?

by thomas895 (Deacon)
on Jul 05, 2014 at 21:06 UTC ( [id://1092401]=note: print w/replies, xml ) Need Help??


in reply to Does module size matter under mod_perl?

The size of the module isn't nearly as important as what it does.
For example, one could do incredibly complex calculations in just a few lines of code and have that take several seconds to execute.
On the other hand, in several thousand lines one could also write a blog that only does some simple text processing and manipulation, which would be very fast.
Of course, the modules you load can have an impact. POSIX is notorious for being very large. Loading this would probably lead to an increased memory usage.

The best thing to do is to try it. There are dozens of articles online about stress-testing one's website.
Then, refactor as you said, and try it again. Fix whatever, if anything, is slow. Then try it again.

~Thomas~ 
"Excuse me for butting in, but I'm interrupt-driven..."
  • Comment on Re: Does module size matter under mod_perl?

Replies are listed 'Best First'.
Re^2: Does module size matter under mod_perl?
by Anonymous Monk on Jul 06, 2014 at 07:52 UTC
    Yup, that POSIX with its 2mb increase ...how large :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-23 05:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found