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

Re: one-liner hogs

by quidity (Pilgrim)
on Feb 01, 2001 at 17:25 UTC ( [id://55695]=note: print w/replies, xml ) Need Help??


in reply to one-liner hogs

You could always eat all your file descriptors, not quite a one liner, but try running a web server at the same time as this little sucker. This is why clever persons use per process limitations.

#!/usr/bin/perl for (;;) { my $fh; eval {open($fh, "foo.pl")}; last if $!; push @foo, $fh; } print "all out $!\n"; sleep(1000);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 16:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found