Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Hands-on of Perl by Web

by BUU (Prior)
on May 03, 2006 at 23:22 UTC ( [id://547306]=note: print w/replies, xml ) Need Help??


in reply to Hands-on of Perl by Web

Doing it via ajax isn't terribly complicated, neither is executing perl in a safe way. I've been running a bot that does much the same thing for a while now and a combination of chroot and a bunch of restrictive ulimits have made it extremely safe.

Replies are listed 'Best First'.
Re^2: Hands-on of Perl by Web
by shonorio (Hermit) on May 04, 2006 at 11:34 UTC
    May you could share your solution ?

    Solli Moreira Honorio
    Sao Paulo - Brazil
      Chroots and ulimits were my solution. Fork a process, chroot it to someplace useless, add a series of extremely restrictive ulimits for memory, open files, cpu and so forth, then have it drop to a nobody user so it can't change them.

      If you're interested in working further on this, send me a private message and we can talk specifics.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-18 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found