pyre.shells.Daemon¶
Module Contents¶
-
class
pyre.shells.Daemon.Daemon¶ Bases:
pyre.shells.Fork.ForkA shell that turns a process into a daemon, i.e. a process that is detached from its parent and has no access to a terminal
-
capture¶
-
doc= control whether to create communication channels to the daemon process¶
-
model¶
-
doc= the programming model
-
daemon¶
-
doc= internal marker to indicate that the spawning is complete
-
launch(self, application, *args, **kwds)¶ Invoke the application behavior
For daemons, this is somewhat involved: the process forks twice in order to detach itself completely from its parent.
-