http://www.perlmonks.org?node_id=753261


in reply to Re: Trigger perl scrip remotely using http
in thread Trigger perl scrip remotely using http

Just to clarify, this suggestion is to do a fork on the server so the parent process (the one you call over http) starts a child and then returns content to your client script immediately. The parent will then exit while the child happily continues forever.