i am trying to do some threading. i have a UDT that is an array. I pass the array index to the thread function. The thread function calls another function that uses that index as well. It uses it to access, but NOT update the UDT values.
When i run this PB creeps along instead of pegging the CPU on my dual core as I had hoped...can a UDT not even be read by separate threads in parallel???
thanks,
kevin
When i run this PB creeps along instead of pegging the CPU on my dual core as I had hoped...can a UDT not even be read by separate threads in parallel???
thanks,
kevin
Comment