Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: How do I start a long process with a short visit to a URL?

by ikegami (Patriarch)
on Oct 06, 2009 at 22:55 UTC ( [id://799609]=note: print w/replies, xml ) Need Help??


in reply to How do I start a long process with a short visit to a URL?

#!/usr/bin/perl use strict; use warnings; use Net::Server::Daemonize qw( daemonize ); print("Content-type: text/plain\n\nOK"); daemonize($>, $), undef); ...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2024-04-25 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found