in reply to CGI - run script without waiting

see also system_detached if Proc::Background blocks for you

Replies are listed 'Best First'.
Re^2: CGI - run script without waiting
by Yaerox (Scribe) on Apr 16, 2014 at 09:05 UTC

    Firstly thanks for the reply, in case that I had the same behavior on Win/Linux, and it looks like the script by zentara works perfectly on Linux (because fork is implemented in two different ways in Win/Linux - my actual information's) I'll give it a try. I'd prefer Linux anyway.