I'm a newbie trying to write a script that uses threads. I'm right
now a little bit stuck in understanding why the code snippet I wrote
doesn't seem to be entering the function defined in the
start_new_thread() call.
If I run it as is (the threaded version), the output is:
UA_1 configuring...
UA
Well, that seemed to do the trick. Thanks for the tip! I guess as a
novice and having no investment in the older "thread" module, I'll
just use the Threading module from now on.
James
=
PS Here is my new code snippet:
=
#!/usr/bin/python
import threading
class Test(object):
def _