Opened 10 years ago
Closed 10 years ago
#683 closed enhancement (fixed)
Do not start processes in the background
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v2.17 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
There are a few remaining places where we start processes in the background, but we noticed that errors in those scripts are not catched by the parent process. We would have to use 'wait <process-id>' for this to work. Our feeling is that this complicates the script and would rather introduce more problems than it solves, so the simple solution for now is to not run any scripts in the background.
Note:
See TracTickets
for help on using tickets.
(In [2874]) Fixes #683: Do not start processes in the background