Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

At Re^2: Mod Perl Usage on Virtual hosted domains, I asked why mod_php can be offered on shared solutions, while there is no way mod_perl could, to which crazyinsomniac replied that there is no way in perl to prevent a program from modifying `import' among other things, so that you can't share a perl process among different users.

And I just had the proverbial lightbulb go on above my head (though I suspect it will still prove to be a shot in the dark): wouldn't Safe let us do just that? If each user's code is loaded into a compartment, it shouldn't be possible for the different compartments to interact. In fact, we might get to simplify the process of mod_perlifying existing scripts as they believe they're running in main:: that way.

The idea seems so obvious in retrospect that I'm wondering if I'm really the first this occurs to or there is actually a totally obvious pitfall that I'm missing that noone ever bothered because of.

I've been pondering this problem on and off for a while. PHP has spread through the shared hosting world like wildfire, as is easily evidenced by the fact that the simple web messageboard domain is dominated by PHP nowadays. The feasibility of being offered in shared hosting environments would be a great boon to mod_perl.

Makeshifts last the longest.


In reply to mod_perl and shared environments don't mix - do they? by Aristotle

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found