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

Re: When to bundle Perl with your app?

by DrHyde (Prior)
on May 28, 2014 at 10:30 UTC ( [id://1087633]=note: print w/replies, xml ) Need Help??


in reply to When to bundle Perl with your app?

Yes, you're wrong. Sort of.

Disk space might as well be free these days, so you needn't worry about that. Memory is cheap too, so you shouldn't care about being able to share memory pages between invocations of the same perl binary (if you care that much about memory you shouldn't be using perl at all).

Now for the "sort of". The only problem with shipping perl with your application is that it will only work on one platform. So I ship a script that will configure and build perl and stick it in my application's directory.

Log In?
Username:
Password:

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

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

    No recent polls found