thanx benjamin )
no more questions
--
http://mail.python.org/mailman/listinfo/python-list
As far as I understand the issue, any Python process has a sort of
"main" thread. When the main thread exits, the Python process will
exit
if there are only daemon threads around. If there are any non-daemon
threads, the Python process will only exit after those threads are
finished.
Or, as the doc
i made MyThread(Thread)
when isDaemon() == 0:
everything works
when isDaemon() == 1:
nothing works
why???
--
http://mail.python.org/mailman/listinfo/python-list