-
- Downloads
Refactor batch daemon to not be a full UNIX daemon implementation
Do not try to implement a full UNIX daemon suitable for init.d with the batch daemon, but rather keep it simple and depend on something like supervisord to implement process control. We now also correctly handle SIGINT (Ctrl+C) and SIGTERM signals.
MySQL-python==1.2.4 | ||
argparse==1.2.1 | ||
biopython==1.63b | ||
configobj==4.7.2 | ||
lockfile==0.9.1 | ||
lxml==3.2.4 | ||
nose==1.3.0 | ||
pyparsing==2.0.1 | ||
python-daemon==1.6 | ||
pytz==2013.8 | ||
requests==2.0.1 | ||
simplejson==3.3.1 | ||
... | ... |
Please register or sign in to comment