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
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