Re: How to set cache size for application thread

Tech-Archive recommends: Fix windows errors by optimizing your registry



Depending on what the app is doing and how (and what language) it is written
in, you are probably seeing cache throughput issues at the processor/memory
interface. What processor are you using? Some processors have configurable
cache settings (XScale), but regardless, your solutions likely will be to
adjust cache at the kernel level or re-write apps to be more memory
efficient.

TSAT_BSQR



"Eunjoon Lee" <ejlee@xxxxxxxxxxxxxx> wrote in message
news:O9GDFr7VFHA.2128@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I'm developing a WinCE platform using PB 4.2.
>
> My client complains that their program runs slower on my platform than
> other platforms.
> I want to speed up the running time. They say if I set the cache
> properly, it will be improved.
>
> Is there any method to configure cache?
> I have tried to change :
> [HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
> "FriendlyName"="FAT FileSystem"
> "Dll"="fatfsd.dll"
> "Flags"=dword:00000024
> "Paging"=dword:1
> "CacheSize"=dword:0 ----> 400
>
> But that didn't help.
>
> The SDRAM size is 64MB.
> What options can I try?
>
> Thanks
> EJLee
>


.



Relevant Pages

  • Re: Technical advice needed regarding polling the database
    ... Is it safe to assume that the user is using one app to view the db while it ... decide if it should update the cache right away or at a later date. ... is frequently updating ... I am confused .What feature I should used. ...
    (microsoft.public.dotnet.general)
  • RE: [SLE] OO: If you can make it, I can break it!
    ... >then sorts the pending write operations to try minimize disk head ... >> memory to memory copy if you exit the app and then call it back up. ... the cache doesn't know about forms or any application internals. ...
    (SuSE)
  • Re: [patch 7/8] fdmap v2 - implement sys_socket2
    ... If the idea behind this FIFO was security (ie not easy for an app to predict next glibc file handle), we/glibc might use yet another FD_SECUREMODE flag, wich ORed with O_NONSEQFD would ask to fdmap_newfdto take the tail of fmap->slist, not head. ... would it be OK to rely only on base randomization and use a LIFO instead? ... We have base randomization, plus LIFO does not mean strictly sequential like legacy allocator, just more compatc and cache friendly. ...
    (Linux-Kernel)
  • Re: Best practice for binding the 50 states to a combo box
    ... What if your boss wants Canadians to use your app ... the only dropdown in the app is state, ... to a common cache. ... On page load, get the 50 states from the database ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Testing the app issue
    ... I run the app and get the time. ... with a little heft to it like Autocad. ... Just the time it takes to load an array or collection. ... >>>might even be wrong about the hard drive cache. ...
    (microsoft.public.vb.general.discussion)