So i have a PB classic application that is on 12.5 running on windows 7. What looks like is happening is we have seen a general across the board slow down in all processes vs when it was running on XP.
It looks like the application is doing a lot of I/O to a few different registry settings:
located in
HKCU\control panel\international\
I don't have any place in the code that is doing this. So i am guessing that PB is doing it?
It looks like for some reason the I/O is getting interrupted every few seconds in windows 7 vs what it was doing in XP we think that is creating a slow down.
Does anyone know why this registry setting is being read? Or how to stop it?
Maybe if anyone knows why windows 7 and windows XP run the same PB process with the same data at two different speeds?