PyThreads and pthreads

June 5, 2010
8:45 a.m.
Next problems, (and hope last)
I have started some Python threads, and want to wait for them to finish.
I wrote this program to demonstrate my problem. I am on a 64 bit machine, Ubuntu.
I tried playing around with GIL state but it does not change anything, so it is commented out.
when using pthreads it works (of course) when I use python threads the sleep does not work and the threads all exit on the _join
5396
Age (days ago)
5396
Last active (days ago)
0 comments
1 participants
participants (1)
-
Shaun Savage