CMS 3D CMS Logo

Classes | Functions
personalPlayback Namespace Reference

Classes

class  Applet
 
class  FrameworkJob
 
class  Playback
 

Functions

def preexec_kill_on_pdeath ()
 

Function Documentation

def personalPlayback.preexec_kill_on_pdeath ( )

Definition at line 55 of file personalPlayback.py.

56  import ctypes
57  libc = ctypes.CDLL("libc.so.6")
58  PR_SET_PDEATHSIG = 1
59  libc.prctl(PR_SET_PDEATHSIG, signal.SIGKILL)
60 
61 # Actual implementation of the workers
62