After thinapping a quite IO intensive application, I've noticed that it was running very slowly and eating up lots of CPU time. Using Process Monitor, it appears that most of the time was spent on file operations, specifically open, close and "getting attributes" operations; reads and writes were fine.
The strangest thing I've noticed is that the faster the CPU is, the more time is wasted in these operations (for instance, it is unusable on my i7 (about 6ms for each of those operations) but only slightly slow on an Intel Atom).
This is the only application that seems to be affected by the issue.
Any idea how to fix this?
I'm using Thinapp 5.1 on Windows 8.1 x64 (problem is also present on Windows 7).