I have created a multi-threaded application that runs fine on every system except for one. The system is a windows 7 home edition setup. The 2 systems is running fine on are windows 7 Ultimate. Instead of each thread running independently, they seem to run in tandem. Also it runs really slow. It is really strange. I think the system is a quad core system and not sure if that has anything to do with it. I know I don’t have any code up here, but I was hoping you all might have some ideas.
Update: Well, it turned out someone had removed the indexes out of my database. It seemed like the applicaiton was hanging, but it really was having trouble updating the records becuase the PK was removed. Thank all for your thoughts.