Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Static Perl

by Joost (Canon)
on Mar 19, 2008 at 01:08 UTC ( [id://674911]=note: print w/replies, xml ) Need Help??


in reply to Static Perl

Is this really recommended?
I'm not sure. I think if you really want to improve perl loading performance, you'd just set the sticky bit on the perl executable.

In any case, I don't think it would matter for any situation where you're not exec()ing many perl interpreters a second, and some kind of persistent server solution - like mod_perl, fastcgi or a pure-perl server - would be much faster than anything this trick would offer.

Replies are listed 'Best First'.
Re^2: Static Perl
by Thilosophy (Curate) on Mar 19, 2008 at 02:13 UTC
    I think if you really want to improve perl loading performance, you'd just set the sticky bit on the perl executable.

    Does the sticky bit still work in this way anywhere? According to Wikipedia it seems to be ignored (or used to do completely different things) on most operating systems (they mention that HP-UX supports it).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-18 16:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found