Re: [Tutor] Python 2.4 threading

2008-10-21 Thread Kent Johnson
On Tue, Oct 21, 2008 at 1:04 PM, Ertl, John C CIV 63134 <[EMAIL PROTECTED]> wrote: > Classification: UNCLASSIFIED > Caveat (s): FOUO > > All, > > I have a program that basically loops through two loops and I wanted to > speedup the stuff inside the second loop so I thought threading would be a > go

[Tutor] Python 2.4 threading

2008-10-21 Thread Ertl, John C CIV 63134
Classification: UNCLASSIFIED Caveat (s): FOUO All, I have a program that basically loops through two loops and I wanted to speedup the stuff inside the second loop so I thought threading would be a good idea but I am having a hard time getting it to work. All of the examples I have seen that