
Originally Posted by
hiwa
Hi
in TW,spanish Datacenter in not include in cd and so it's just 500Mb
Datacenter have more than 7Mb reg files which not good for Spi
that's all i think

Well IMHO actually it doesn't change anything for Spi functionning mate.
Spi computation process doesn't care about reg...
In fact, windows size doesn't make pi faster or slower.
Here's a glance (monitoring the process) at Spi functionning
- Prior to start the computation: opening the app. (Here're the reg calls...
I mean for both software and hardware aspects, reg isn't important after this point. Everything looks set.)
Example of events
Code:
4:58:35.3562421 PM super_pi_mod.exe 4384 RegQueryValue HKCU\Software\Microsoft\CTF\Disable Thread Input Manager SUCCESS Type: REG_DWORD, Length: 4, Data: 1
- Prior to start the computation: selecting the type of computation.
Example of events
Code:
5:01:12.7960465 PM super_pi_mod.exe 4384 CloseFile C:\WINDOWS.0\Fonts\vgasys.fon SUCCESS
5:01:21.4881158 PM super_pi_mod.exe 4384 QueryOpen C:\WINDOWS.0\system32\MSIMTF.dll SUCCESS CreationTime: 4/14/2008 2:00:00 PM, LastAccessTime: 12/19/2008 3:09:03 PM, LastWriteTime: 4/14/2008 2:00:00 PM, ChangeTime: 4/9/2009 12:00:16 PM, AllocationSize: 159,744, EndOfFile: 159,232, FileAttributes: A
- During the computation (basically dealing with spi self-created files)
Example of events
Code:
5:04:25.9159925 PM super_pi_mod.exe 4384 ReadFile E:\iv.dat SUCCESS Offset: 0, Length: 65,536
5:04:25.9160239 PM super_pi_mod.exe 4384 ReadFile E:\iv.dat SUCCESS Offset: 0, Length: 65,536
5:04:25.9163341 PM super_pi_mod.exe 4384 ReadFile E:\ib.dat SUCCESS Offset: 65,536, Length: 65,536
5:04:25.9163711 PM super_pi_mod.exe 4384 WriteFile E:\ib.dat SUCCESS Offset: 65,536, Length: 65,536
5:04:25.9174882 PM super_pi_mod.exe 4384 WriteFile E:\ib.dat SUCCESS Offset: 0, Length: 65,536
5:04:25.9175216 PM super_pi_mod.exe 4384 ReadFile E:\iw.dat SUCCESS Offset: 0, Length: 65,536
5:04:25.9206581 PM super_pi_mod.exe 4384 ReadFile E:\ib.dat SUCCESS Offset: 0, Length: 65,536
5:04:25.9276712 PM super_pi_mod.exe 4384 ReadFile E:\iw.dat SUCCESS Offset: 0, Length: 65,536
Bookmarks