Feature #579
Detached commands API
Status: | CLOSED | Start date: | 10/20/2011 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-nethgui | |||
Target version: | LiveDemo1 | |||
Resolution: | NEEDINFO: |
Description
Add the capability to launch and trace the status of a command that keeps execution after the connection has been closed by PHP.
Related issues
Associated revisions
Refs #579. Added trace() method to HostConfigurationInterface.
Internal classes:- Refactor of SystemCommand
- Implementation of SystemCommandDetached
Refs #579. All tests green.
- TODO: implement the Serializable interface, to store SystemCommandDetached objects into _SESSION.
Refs #579. New package "System". Renamed classes "Command" into "Process".
Refs #579. Added $detached argument to Nethgui_Core_HostConfigurationInterface::exec().
The detached process can then be traced with Nethgui_Core_UserInterface::traceProcess()
History
#1 Updated by Davide Principi almost 10 years ago
- Status changed from NEW to CLOSED
- % Done changed from 0 to 100