in reply to Re^5: Why can code be so slow?
in thread Why can code be so slow?
Is mod_perl the only possible way to keep a script execution size and footprint as low as possible? What about scripts not running on apache using those 5 modules of 100k in size each?
I was thinking for all these years Perl would allocate its needed memory for the routines which are actively used; not using memory for the unused ones..
|
|---|