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 56 of file personalPlayback.py.

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