Python daemon in Linux

LarinAM at gmail.com LarinAM at gmail.com
Thu Jul 5 05:23:24 EDT 2007


i made MyThread(Thread)

when isDaemon() == 0:
  everything works

when isDaemon() == 1:
  nothing works

 why???




More information about the Python-list mailing list