• 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.

tcp tuning

john3850

Golden Member
Does turning on DCA-Direct Cache Access in win 7 have any speed or throughputon gain on a gig home netwarks or on wan network.
If so would the size of Cache make a difference also.
 
As a general rule, the effectiveness of cache depends on the repeatability of the acquired data. If you hit a lot of random info at random locations, then a large cache will slow you down. If you have a collection of repeated accesses and / or same data accesses, then a cache will {usually} provide faster access to it.

Inflating a cache beyond the size of the most-often-accessed or repeated access data set size slows thing down because the system will go to the cache every time ... if it takes x amount of time, and you get no cache hits, it's that much time wasted, every time.
 
Back
Top