long-running-processes Questions

4

Solved

I want to write a shell script that spawns several long-running processes in the background, then hangs around. Upon receiving SIGTERM, I want all the subprocesses to terminate as well. Basically,...
Cosmetician asked 10/6, 2009 at 14:48

4

I need to run a process that might take hours to complete from a Django view. I don't need to know the state or communicate with it but I need that view to redirect away right after starting the pr...
Heart asked 24/10, 2009 at 22:42

5

Solved

I want to write a long running process (linux daemon) that serves two purposes: responds to REST web requests executes jobs which can be scheduled I originally had it working as a simple progr...
Lavina asked 10/7, 2009 at 5:16

© 2022 - 2024 — McMap. All rights reserved.