Skip to content

Instantly share code, notes, and snippets.

@leeclemens
leeclemens / DaemonizationThreadTest.py
Created March 17, 2012 01:33
Test case for issue with multithreading Popen with pipes when daemonized
#!/usr/bin/env python
import logging
import os
import subprocess
import sys
from threading import Event, Thread
# Only used to sleep between sends
#noinspection PyUnresolvedReferences