|
rje_forker V0.1.0Generic RJE Forking Module
Copyright © 2013 Richard J. Edwards - See source code for GNU License Notice See SLiMSuite Blog for further documentation. See FunctionThe primary function of this module is to provide a generic Forker class that can be used by other objects. This is loosely based on the IRIDIS Class of rje_iridis but with the difference that it does not fork out processes to other host nodes. Commandline
FORK CONTROL OPTIONS
See also rje.py generic commandline options. History Module Version History# 0.0.0 - Initial Compilation. # 0.0.1 - Tweaked the logfork=F log forking output. # 0.0.2 - Fixed formatting for Python 2.6 back compatibility for servers. # 0.1.0 - Added killmain=T/F : Whether to kill main thread rather than individual forks when killforks reached. [True] © 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au. |