Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-14 | s4:process_model Fix process_standard and process_onefork not to use | Andrew Bartlett | 1 | -20/+6 | |
multiple event contexts It is NEVER valid to free an event context that anybody else may have a reference to, and never normally valid to have two 'live' at once. We must instead call tevent_re_initialise() to wipe clean an existing pointer. Andrew Bartlett | |||||
2010-05-14 | s4:process_modals Add another process modal - 'onefork' | Andrew Bartlett | 1 | -0/+175 | |
This will fork off exactly one child to handle some task, ensuring that if it dies or changes global state, that this does not change everything. Andrew Bartlett |