• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

2.4GHz Xeon Processor

stva

Junior Member

I've just upgraded my system with a SuperMicro P4DP6 motherboard with 2.4GHz Xeon, DDR SDRAM, and Intel E7500 chipset, but I see no improvement whatsoever, over a 933MHz P3 with SDRAM, in the time to execute the Windows 2000 network protocol stack. I'm measuring this from a Miniport network driver that passes packets up and waits for the OS to get new packets from the OS cache and pass them down the protocol stack to me, so there's no I/O involved, just code execution. Does anyone know what might be going on? Would I do better with a ServerWorks chipset or an AMD processor?

I suspect that the OS code jumps around a lot so the read aheads the processor does keep getting flushed and reloaded, plus the OS code doesn't re-execute soon enough to still be in the L2 cache the next time it comes around. So instructions and data are always coming from memory, which can't feed the 2.4GHz processor any faster than a 933MHz processor.

Thanks for any thoughts,

Steve Adams
 
Back
Top