You will need to do the cleanup yourself. You can use my suggestion (__del__), or wrap the execution in a shell script that uses ALRM to kill itself after n seconds.
http://perl.plover.com/yak/commands/samples/slide025.html There are many ways to accomplish this. On May 12, 12:20 pm, Davo <[email protected]> wrote: > btimby, > > I am aware it will never exit (that's why I tried watch) > The whole issue is I want to prevent users to run long programs. I was > thinking that once the daemon dies or timeouts it will > evantually kill/clean all the children as well. > > Sorry for confusion :) -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
