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


in reply to fork and spoon

Are you sure it is hanging on the actual system/backtick line that invokes the updater? You listed several functions that the manager can/will do. Does it always do all of them? It would seem like depending on how it was invoked, it would either start, show status, or kill. Is that the case? Are the updaters called within a loop? If so, I think you should post the loop.

fnord

Replies are listed 'Best First'.
Re^2: fork and spoon
by Sly_G (Novice) on Apr 04, 2011 at 22:28 UTC
    Well, thanks for concern - the problem has been solved. The child after fork must call setsid - after that he is officially cutted from parent and Apache closes connection.